Skip to content

Commit

Permalink
LOBSTER Release 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Oct 24, 2023
1 parent c1b1d40 commit 63c0134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Changelog

### 0.9.16-dev
### 0.9.16

* Fix infinite loop in `lobster-json` on Windows when given absolute
paths.
Expand Down
2 changes: 1 addition & 1 deletion lobster/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# <https://www.gnu.org/licenses/>.

VERSION_TUPLE = (0, 9, 16)
VERSION_SUFFIX = "dev"
VERSION_SUFFIX = ""

LOBSTER_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")
Expand Down

0 comments on commit 63c0134

Please sign in to comment.