diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-18 19:31:56 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-18 19:31:56 +0100 |
commit | 67aab70c068cfcde02de94f4846cfa906f837b5e (patch) | |
tree | 714f8046281f0fc2e31af593cc1802baaef28c69 | |
parent | 572620d0670282098b49b55934ce67a1fdc58f17 (diff) | |
download | Ishtar-67aab70c068cfcde02de94f4846cfa906f837b5e.tar.bz2 Ishtar-67aab70c068cfcde02de94f4846cfa906f837b5e.zip |
Change description
-rw-r--r-- | CHANGES.txt | 4 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | version.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 63777fa56..8d75ada21 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -0.90 (2015-01-18) +0.91 (2015-01-18) ------------------ -- First release. +- First public release. @@ -12,7 +12,7 @@ except (IOError, OSError): setup( name='ishtar', version=version.get_version(), - description="Ishtar is a database to manage the furniture and " + description="Ishtar is a database to manage the finds and " "documentation from archaeological operations.", long_description=open('README.rst').read(), author=u'Étienne Loks', diff --git a/version.py b/version.py index 5e4ce64e2..7546c4a38 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 90) +VERSION = (0, 91) def get_version(): |