Skip to content

Commit

Permalink
Bup to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Aug 29, 2024
1 parent 4f6c739 commit c8aec75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2024-08-29 (1.4.1)

* Fix 500 error when `model_attribute` points to a dotted-path.
PR thanks to [sposs](https://github.com/sposs).
* Updated pre-commit configuration and test matrix.

# 2024-07-01 (1.4.0)

* Added `GISSERVER_COUNT_NUMBER_MATCHED` setting to allow disabling "numberReturned" counting.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = "Datapunt > OIS > City of Amsterdam"

# The full version, including alpha/beta/rc tags
release = "1.3.0"
release = "1.4.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gisserver/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0" # follows PEP440
__version__ = "1.4.1" # follows PEP440

0 comments on commit c8aec75

Please sign in to comment.