Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Mar 18, 2021
1 parent b40297a commit 837847e
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.10.1-1~focal0) focal; urgency=medium

* New upstream release

-- Angelos Tzotsos <[email protected]> Thu, 18 Mar 2021 18:00:00 +0200

pygeoapi (0.10.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 @@ -107,7 +107,7 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.11.dev0'
version = '0.10.1'
# 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.11.dev0'
__version__ = '0.10.1'

import click
from pygeoapi.openapi import generate_openapi_document
Expand Down

0 comments on commit 837847e

Please sign in to comment.