diff options
-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(): |