Skip to content

Commit

Permalink
Bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Apr 23, 2023
1 parent 2cd951d commit 1c9b523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jawanndenn/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

APP_NAME = 'jawanndenn'

_VERSION = (2, 5, 0)
_VERSION = (2, 6, 0)
VERSION_STR = '.'.join(map(str, _VERSION))

0 comments on commit 1c9b523

Please sign in to comment.