Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Apr 19, 2022
1 parent ce4a551 commit 98e514d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
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)
- Fix stats for GetEgrid (#1524)
- 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
---------
Expand Down
10 changes: 10 additions & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 98e514d

Please sign in to comment.