Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 30, 2022
1 parent 15ac95c commit c8d4f49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pygeometa (0.13.1) bionic; urgency=medium

* fix pygeoapi media type and payload for raw responses
* fix STAC and DCAT write() function signatures

-- Tom Kralidis <[email protected]> Fri, 30 Sep 2022 14:25:58 +0000

pygeometa (0.13.0) bionic; urgency=medium

* add environment variable support for MCFs
Expand Down
2 changes: 1 addition & 1 deletion pygeometa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

from pygeometa.core import generate, import_, info, schemas, validate

__version__ = '0.13.0'
__version__ = '0.13.1'


@click.group()
Expand Down

0 comments on commit c8d4f49

Please sign in to comment.