Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed May 18, 2023
1 parent c45fb78 commit 5dfdea3
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.15.0-1~focal0) focal; urgency=medium

* New upstream release

-- Angelos Tzotsos <gcpp.kalxas@gmail.com> Thu, 18 May 2023 19:00:00 +0300

pygeoapi (0.14.0-1~focal0) focal; urgency=medium

* New upstream release
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.15.dev0'
version = '0.15.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 @@ -29,7 +29,7 @@
#
# =================================================================

__version__ = '0.15.dev0'
__version__ = '0.15.0'

import click
try:
Expand Down

0 comments on commit 5dfdea3

Please sign in to comment.