diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-05-14 16:12:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:28 +0200 |
commit | 0122c68228b0cf3f1ec152481bcb7c22248248d3 (patch) | |
tree | 634b407ea8c7b7b778c485744fcea9ac493f5541 /version.py | |
parent | 014eddee87b0e6e871cf4a201884cf60a41cc63e (diff) | |
download | Ishtar-0122c68228b0cf3f1ec152481bcb7c22248248d3.tar.bz2 Ishtar-0122c68228b0cf3f1ec152481bcb7c22248248d3.zip |
Statistics - JS and templates to manage graphs and tables
Diffstat (limited to 'version.py')
-rw-r--r-- | version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.py b/version.py index 3fa515116..7111aa41b 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -# 2.1.dev.39 -VERSION = (2, 1, 'dev', 39) +# 2.1.dev.40 +VERSION = (2, 1, 'dev', 40) def get_version(): |