From 32a13bdf04c523b8081e0928f6a67d0d678e032b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Jan 2016 19:31:56 +0100 Subject: Change description --- CHANGES.txt | 4 ++-- setup.py | 2 +- 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. diff --git a/setup.py b/setup.py index 25e78d0b2..fc0a1a23f 100644 --- a/setup.py +++ b/setup.py @@ -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(): -- cgit v1.2.3