From d652e9af2f6e20a515b6a80def0cebea4a0a7174 Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Wed, 11 Oct 2017 22:04:03 +0200 Subject: [PATCH] Update version number. --- CHANGES.rst | 2 +- atramhasis/static/admin/bower.json | 2 +- atramhasis/static/bower.json | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 93cb2fbd..bb68a1c2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.6.2 (??-09-2017) +0.6.2 (11-10-2017) ------------------ - When an LDF server is present, add a link to the HTML document to this server. diff --git a/atramhasis/static/admin/bower.json b/atramhasis/static/admin/bower.json index e46da8a1..d258f236 100644 --- a/atramhasis/static/admin/bower.json +++ b/atramhasis/static/admin/bower.json @@ -1,6 +1,6 @@ { "name": "atradmin", - "version": "0.6.1", + "version": "0.6.2", "authors": [ "Flanders Heritage Agency " ], diff --git a/atramhasis/static/bower.json b/atramhasis/static/bower.json index 5208039f..77df98df 100644 --- a/atramhasis/static/bower.json +++ b/atramhasis/static/bower.json @@ -1,6 +1,6 @@ { "name": "atramhasis", - "version": "0.6.1", + "version": "0.6.2", "private": "true", "dependencies": { "foundation": "~5.5.0", diff --git a/docs/source/conf.py b/docs/source/conf.py index 288b51f7..6aa322d4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.1' +release = '0.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 911033f4..f150d556 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def run(self): ] setup(name='atramhasis', - version='0.6.1', + version='0.6.2', description='A web based editor for thesauri adhering to the SKOS specification.', long_description=README + '\n\n' + CHANGES, classifiers=[