Skip to content

Commit

Permalink
Bumps version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ruana committed Oct 29, 2019
1 parent 816fbac commit 8f88766
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,12 @@
This file describes user-visible changes between pockets versions.


Version 0.9 (2019-10-29)
------------------------

* Changes pockets.collections.mappify() to return an empty dict if passed None


Version 0.8 (2019-10-24)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion pockets/_version.py
Expand Up @@ -7,4 +7,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module
__version__ = "0.8"
__version__ = "0.9"
2 changes: 2 additions & 0 deletions pyproject.toml
@@ -0,0 +1,2 @@
[tool.black]
line-length = 79

0 comments on commit 8f88766

Please sign in to comment.