Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Jun 12, 2023
1 parent edcce5b commit e4b738d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2.4.4
-----
- Add option for a hook method for LogoRef URLs (#929, #1744)
- Various minor library upgrades (urllib, requests, SQLAlchemy, geoalchemy2)

2.4.3
-----
- Add support for newest oereblex API (via geolink-formatter, #1703)
Expand Down
7 changes: 7 additions & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.4
-------------
Maintenance release, with a new configuration option:

* Add option for a hook method for LogoRef URLs (#929, #1744)
* Various minor library upgrades (urllib, requests, SQLAlchemy, geoalchemy2)

Version 2.4.3
-------------
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.3',
version='2.4.4',
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 e4b738d

Please sign in to comment.