Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Jan 22, 2024
1 parent 40f41f0 commit 7feccff
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,6 +1,13 @@
Changelog
=========

2.4.8
- Support new Oereblex API version (via geolink-formatter 2.0.5)
- Enhance test coverage (#1904)
- Library upgrades (SQLAlchemy, lxml, jsonschema, c2cwsgiutils, pillow, pytest)
- Fix database setup scripts (#1913, #1914)
- Fix deprecation (#1915)

2.4.7
-----
- Add extract_index to disclaimer and general infomation (#1753)
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.

Version 2.4.8
-------------
Maintenance release:

* Support new Oereblex API version (via geolink-formatter 2.0.5)
* Enhance test coverage (#1904)
* Library upgrades (SQLAlchemy, lxml, jsonschema, c2cwsgiutils, pillow, pytest)
* Fix database setup scripts (#1913, #1914)
* Fix deprecation (#1915)

Version 2.4.7
-------------
Bug-fix and maintenance release:
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.4.7',
version='2.4.8',
description='pyramid_oereb, extension for pyramid web frame work to provide '
'a basic server part for the oereb project',
long_description='{readme}\n\n{changes}'.format(readme=README, changes=CHANGES),
Expand Down

0 comments on commit 7feccff

Please sign in to comment.