Skip to content

Commit ce3241e

Browse files
committed
New release
1 parent d4cc3f5 commit ce3241e

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
2.5.0
5+
-----
6+
- Use ST_DWithin instead of ST_Distance for performance reasons (#1930)
7+
- Library upgrades (SQLAlchemy, geoalchemy2, urllib3, pypdf)
8+
49
2.4.8
510
-----
611
- Support new Oereblex API version (via geolink-formatter 2.0.5)

doc/source/changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Changes/Hints for migration
66
This chapter will give you hints on how to handle version migration, in particular regarding what you may need
77
to adapt in your project configuration, database etc. when upgrading to a new version.
88

9+
Version 2.5.0
10+
-------------
11+
Performance optimization release:
12+
13+
* Use ST_DWithin instead of ST_Distance for performance reasons (#1930)
14+
* Library upgrades (SQLAlchemy, geoalchemy2, urllib3, pypdf)
15+
916
Version 2.4.8
1017
-------------
1118
Maintenance release:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='pyramid_oereb',
23-
version='2.4.8',
23+
version='2.5.0',
2424
description='pyramid_oereb, extension for pyramid web frame work to provide '
2525
'a basic server part for the oereb project',
2626
long_description='{readme}\n\n{changes}'.format(readme=README, changes=CHANGES),

0 commit comments

Comments
 (0)