Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Apr 28, 2018
1 parent 80232a3 commit 8cb1c84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,5 @@
v0.3.0, 2018-04-27
80232a3 remove multi-handle support because it add too much ambiguity that, so far, is not warrented. advanced plucking should be done with custom functions or a simple for loop instead
v0.2.0, 2018-04-27
7ad4f70 relax constraints around handling None, as both input and handles...pluck it
22ad2cd expand corner case coverage
Expand Down
2 changes: 1 addition & 1 deletion pluckit/__init__.py
@@ -1,5 +1,5 @@
__author__ = 'dpepper'
__version__ = '0.2.0'
__version__ = '0.3.0'


from .pluck import pluck
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
"""

__author__ = 'dpepper'
__version__ = '0.2.0'
__version__ = '0.3.0'

import setuptools
import unittest
Expand Down

0 comments on commit 8cb1c84

Please sign in to comment.