Skip to content

Commit 7b925f1

Browse files
committed
update release version
1 parent 96c23c7 commit 7b925f1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pygeoapi (0.14.0-1~focal0) focal; urgency=medium
2+
3+
* New upstream release
4+
5+
-- Angelos Tzotsos <[email protected]> Fri, 03 Feb 2023 14:00:00 +0200
6+
17
pygeoapi (0.13.0-1~focal1) focal; urgency=medium
28

39
* Add pygeofilter in debian dependencies

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __getattr__(cls, name):
107107
# built documents.
108108
#
109109
# The short X.Y version.
110-
version = '0.14.dev0'
110+
version = '0.14.0'
111111
# The full version, including alpha/beta/rc tags.
112112
release = version
113113

pygeoapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# =================================================================
2929

30-
__version__ = '0.14.dev0'
30+
__version__ = '0.14.0'
3131

3232
import click
3333
from pygeoapi.config import config

0 commit comments

Comments
 (0)