Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Dec 26, 2023
1 parent 6de8c2c commit 9751487
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Changelog
=========

master
------
- Remove print proxy "xml2pdf" (#1889)
2.4.7
-----
- Interlis bug fix (#1881)
- Library upgrades (geoalchemy2, SQLAlchemy, jsonschema, lxml, responses, urllib3, pypdf)
- Test coverage improvements
- Python 3.8 is no longer explicitly supported
- Remove print proxy xml2pdf, no longer used by the community (#1889)

2.4.6
-----
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.7
-------------
Bug-fix and maintenance release:

* Interlis bug fix (#1881)
* Library upgrades (geoalchemy2, SQLAlchemy, jsonschema, lxml, responses, urllib3, pypdf)
* Test coverage improvements
* Python 3.8 is no longer explicitly supported
* Remove print proxy xml2pdf, no longer used by the community (#1889)

Version 2.4.6
-------------
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.6',
version='2.4.7',
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 9751487

Please sign in to comment.