Skip to content

Commit

Permalink
Bumps version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Sep 21, 2018
1 parent 75e4798 commit 89fb15f
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.6.5 (2018-09-21)
--------------------------

* Makes pockets.inspect.resolve() more robust
* Adds pockets.inspect.hoist_submodules and pockets.inspect.import_submodules


Version 0.6.4 (2018-09-19)
--------------------------

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.4'
__version__ = '0.6.5'

0 comments on commit 89fb15f

Please sign in to comment.