Skip to content

Commit

Permalink
Update base.txt, CHANGELOG.rst, and 2 more files...
Browse files Browse the repository at this point in the history
  • Loading branch information
jokiefer committed Dec 4, 2023
1 parent 0c925aa commit 96554a9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django>=3.2,<4.3
django-axis-order==0.1.0
django-axis-order==0.1.1
eulxml==1.1.3
isodate==0.6.1
camel-converter==3.0.0
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[v0.12.1] - 2023-12-04
---------------------

Changed
~~~~~~~

* removed maximum version dependency requirements in setup.py


[v0.12.0] - 2023-11-30
---------------------

Expand Down
2 changes: 1 addition & 1 deletion ows_lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.12.0"
__version__ = "0.12.1"
VERSION = __version__ # synonym
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@


REQUIREMENTS = [
"django>=3.0,<4.3",
"django-axis-order==0.1.0",
"eulxml==1.1.3",
"isodate==0.6.1",
"camel-converter==3.0.0",
"requests>=2.23.0,<2.30.0",
"django>=3.0",
"django-axis-order>=0.1.0",
"eulxml>=1.1.3",
"isodate>=0.6.1",
"camel-converter>=3.0.0",
"requests>=2.23.0",
"pygeofilter>=0.2.1",
"pygml>=0.2.2"
]
Expand Down

0 comments on commit 96554a9

Please sign in to comment.