Skip to content

Commit

Permalink
Prepare release 2.5.1 (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz authored Jul 3, 2024
1 parent 8946f27 commit a875ff3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

2.5.1
-----
- Library upgrades (SQLAlchemy, shapely, geoalchemy2, responses, urllib3, lxml)

2.5.0
-----
- Use ST_DWithin instead of ST_Distance for performance reasons (#1930)
Expand Down
6 changes: 6 additions & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.5.1
-------------
Maintenance release:

* Library upgrades (SQLAlchemy, shapely, geoalchemy2, responses, urllib3, lxml)

Version 2.5.0
-------------
Performance optimization release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyramid_oereb"
version = "2.5.0"
version = "2.5.1"
description = "pyramid_oereb, extension for pyramid web frame work to provide a basic server part for the oereb project"

classifiers=[
Expand Down

0 comments on commit a875ff3

Please sign in to comment.