Skip to content

Commit

Permalink
Bump version to 0.9.14-dev after release
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Sep 28, 2023
1 parent 427dee2 commit 07c9ecc
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 @@ -3,6 +3,10 @@
## Changelog


### 0.9.14-dev



### 0.9.13

* The `lobster-json` can now deal with singleton tests (i.e. in places
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, 13)
VERSION_SUFFIX = ""
VERSION_TUPLE = (0, 9, 14)
VERSION_SUFFIX = "dev"

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

0 comments on commit 07c9ecc

Please sign in to comment.