Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Feb 3, 2023
1 parent 96c23c7 commit 7b925f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pygeoapi (0.14.0-1~focal0) focal; urgency=medium

* New upstream release

-- Angelos Tzotsos <[email protected]> Fri, 03 Feb 2023 14:00:00 +0200

pygeoapi (0.13.0-1~focal1) focal; urgency=medium

* Add pygeofilter in debian dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.14.dev0'
version = '0.14.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pygeoapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# =================================================================

__version__ = '0.14.dev0'
__version__ = '0.14.0'

import click
from pygeoapi.config import config
Expand Down

0 comments on commit 7b925f1

Please sign in to comment.