diff --git a/HISTORY.rst b/HISTORY.rst index ab1460b..bf03c8d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,4 +1,4 @@ -0.6.0 (??-??-2016) +0.6.0 (16-07-2017) ------------------ - Compatibile with `SkosProvider 0.6.1 `_. diff --git a/docs/conf.py b/docs/conf.py index 88ae87c..68487a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,16 +53,16 @@ # General information about the project. project = u'skosprovider_rdf' -copyright = u'2014-2016, Flanders Heritage Agency' +copyright = u'2014-2017, Flanders Heritage Agency' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.5' +version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.6.0' # 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 64e5250..6c784de 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='skosprovider_rdf', - version='0.5.0', + version='0.6.0', description='skosprovider_rdf', long_description=README + '\n\n' + HISTORY, package_data={'': ['LICENSE']}, @@ -42,6 +42,7 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], author='Flanders Heritage Agency', author_email='ict@onroerenderfgoed.be',