Skip to content

Commit

Permalink
Bumps version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Sep 23, 2018
1 parent 09b3a92 commit 1529237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,13 @@
This file describes user-visible changes between pockets versions.


Version 0.7 (2018-09-23)
------------------------

* Updates pockets.inspect.import_star() so that it returns a map of attrs
instead of setting them on the module


Version 0.6.8 (2018-09-21)
--------------------------

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.6.8'
__version__ = '0.7'

0 comments on commit 1529237

Please sign in to comment.