diff --git a/CHANGES.rst b/CHANGES.rst index 70ad01450b..d4692a866e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +2.0.1 +----- +- Disclaimer, glossary and municipality are now read only on startup, to improve performance (#1544) +- Add support for OEREBlex prepubs URL (#1546) +- Fix real estate type in XML for GetEgrid (#1545) + 2.0.0 ----- - Fix legend entry collection (#1529) @@ -8,6 +14,7 @@ Changelog - Update theme and texts URL according to swisstopo (#1526) - Fix JSON response of GetEgrid (#1534) - Fix error in Interlis model sub-code usage (#1538) +- Improve performance by moving availability to main schema and read only on startup (#1540) 2.0.0.rc2 --------- diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 31394e8e06..1373c61348 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -6,6 +6,16 @@ Changes/Hints for migration This chapter will give you hints on how to handle version migration, in particular regarding what you may need to adapt in your project configuration, database etc. when upgrading to a new version. +.. _changes-version-2.0.1: + +Version 2.0.1 +------------- +Bug-fix and performance optimization release: + + * Disclaimer, glossary and municipality are now read only on startup (#1544) + * Add support for OEREBlex prepubs URL (#1546) + * Fix real estate type in XML for GetEgrid (#1545) + .. _changes-version-2.0.0: Version 2.0.0 diff --git a/setup.py b/setup.py index d1deeb5fd5..4b8ca59804 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='pyramid_oereb', - version='2.0.0', + version='2.0.1', description='pyramid_oereb, extension for pyramid web frame work to provide ' 'a basic server part for the oereb project', long_description='FIXME',