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 25, 2018
1 parent f4d8837 commit efa8b3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,12 @@
v0.1.0, 2018-04-25
3b3132e improve native install
d461169 create mechanism to install pluck on native types
304f284 handle multi-handle set plucks
787773f break out pluckable and mixin tests, expand coverage
62a68ac break up functionality better
300d4af humanize data
c3eeb61 improved list like handling
10c1abe Update README.md
v0.0.2, 2018-04-25
1062bd9 type check
e517d98 gc
Expand Down
2 changes: 1 addition & 1 deletion pluckit/__init__.py
@@ -1,5 +1,5 @@
__author__ = 'dpepper'
__version__ = '0.0.2'
__version__ = '0.1.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.0.2'
__version__ = '0.1.0'

import setuptools
import unittest
Expand Down

0 comments on commit efa8b3e

Please sign in to comment.