aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
new file mode 100644
index 0000000..d25072c
--- /dev/null
+++ b/CHANGES.txt
@@ -0,0 +1 @@
+v1.0, 2018-10-08 -- Initial release.
diff --git a/setup.py b/setup.py
index 2058646..9aa0024 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ with open("README.rst", "r") as fh:
long_description = fh.read()
setup(name='releaselogparser',
- version='0.3',
+ version='1.0',
author='Sergey Poznyakoff',
author_email='gray@gnu.org',
url='http://git.gnu.org.ua/cgit/gsc/releaselogparser.git/',

Return to:

Send suggestions and report system problems to the System administrator.