Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomadb committed Sep 30, 2019
1 parent 71edbdc commit 7a5cef5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.3.0 (2019-09-30)
- Feature input abstraction using `cligj`
- Logging refactor: default output is no compact JSON
- Informational printing (non-api responses) directed to stderr

## 0.2.1 (20190-09-16)
- Reformatting using `black`
- More robust tileset id checking
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):

setup(
name="tilesets-cli",
version="0.2.0",
version="0.3.0",
description=u"CLI for interacting with and preparing data for the Tilesets API",
long_description=long_description,
classifiers=[],
Expand Down
2 changes: 1 addition & 1 deletion tilesets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""tilesets package"""

__version__ = "0.2.1"
__version__ = "0.3.0"

0 comments on commit 7a5cef5

Please sign in to comment.