diff --git a/CHANGES.rst b/CHANGES.rst index 05238c72..10897177 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +0.5.2 (??-10-2016) +------------------ + +This minor release fixes a bug with the protected resource event. The event should +give the uri of a concept instead of the url path. In addition to the uri the request +is added to the event. + 0.5.1 (04-10-2016) ------------------ diff --git a/setup.py b/setup.py index 24e35a45..135c8634 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def run(self): ] setup(name='atramhasis', - version='0.5.1', + version='0.5.2', description='A web based editor for thesauri adhering to the SKOS specification.', long_description=README + '\n\n' + CHANGES, classifiers=[