diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-27 12:52:57 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-27 12:52:57 +0200 |
commit | 8084b19c94f88be5310ce17a42fa9fcffa3ecf6a (patch) | |
tree | 5a2fb9414490cffcc5e3048698343746449975d4 /version.py | |
parent | 7caece3c40f6e61c6609e85ded60698568848746 (diff) | |
download | Ishtar-8084b19c94f88be5310ce17a42fa9fcffa3ecf6a.tar.bz2 Ishtar-8084b19c94f88be5310ce17a42fa9fcffa3ecf6a.zip |
Bootstrap compilation
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 a971de9fc..2788c0c27 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -# 2.1.dev.1 -VERSION = (2, 1, 'dev', 1) +# 2.1.dev.2 +VERSION = (2, 1, 'dev', 2) def get_version(): |