Skip to content

Commit

Permalink
bumps the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekultek committed Dec 1, 2019
1 parent 5aeb010 commit ec98212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pass

# version number <major>.<minor>.<commit>
VERSION = "1.9.1"
VERSION = "1.9.2"

# version string
VERSION_TYPE = "($dev)" if VERSION.count(".") > 1 else "($stable)"
Expand Down

0 comments on commit ec98212

Please sign in to comment.