Skip to content

Commit

Permalink
Bump version to 0.9.17-dev after release
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Oct 24, 2023
1 parent 63c0134 commit e683ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Changelog


### 0.9.17-dev


### 0.9.16

* Fix infinite loop in `lobster-json` on Windows when given absolute
Expand Down
4 changes: 2 additions & 2 deletions lobster/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# License along with this program. If not, see
# <https://www.gnu.org/licenses/>.

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

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

0 comments on commit e683ff8

Please sign in to comment.