Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Jul 20, 2021
1 parent 20f2253 commit 94556d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jawanndenn/metadata.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2016 Sebastian Pipping <[email protected]>
# Copyright (C) 2016-2021 Sebastian Pipping <[email protected]>
# Licensed under GNU Affero GPL v3 or later

APP_NAME = 'jawanndenn'

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

0 comments on commit 94556d5

Please sign in to comment.