diff --git a/CHANGES.rst b/CHANGES.rst index 928863d..6ca2a5c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,10 @@ -0.5.0 (2019-??-??) +0.5.0 (2020-08-06) ------------------ -- Compatibile with `SkosProvider 0.7.0 `_. -- Supports Python 2.7, 3.5, 3.6 and 3.7. Last version to support Python 2. +- Compatibile with `SkosProvider 0.7.0 `_. (#59) +- Prevent unnecessary loading of conceptschemes. (#56) +- Update to RDFlib 5.0.0 (#69) +- Supports Python 2.7, 3.6, 3.7 and 3.8. Last version to support Python 2. 0.4.2 (2017-09-06) ------------------ @@ -18,7 +20,7 @@ ------------------ - Stop collecting SKOS Concept and Collection subclasses. They are now included - in the code base since they seem to have become rather stable and the reduces + in the code base since they seem to have become rather stable and this reduces the startup time of the provider significantly. (#28) - Add support for python 3.6 when testing. diff --git a/docs/source/conf.py b/docs/source/conf.py index 88af493..0aa0da1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,16 +50,16 @@ # General information about the project. project = u'skosprovider_getty' -copyright = u'2014-2017, Flanders Heritage Agency' +copyright = u'2014-2020, 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.4' +version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.4.2' +release = '0.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.