Skip to content

Commit

Permalink
Merge branch 'release-1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv committed Sep 18, 2018
2 parents ede8ae9 + 0e76830 commit 39e8dce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changes
=======
1.6.0, 18/09/2018
* Add Add `get_tablenames` method (@transfluxus, #72)
* Add license files to dist (@toddrme2178, #79)
* Replace `easy_install` -> `pip` in README (@thechief389, #77)
* Update build badge (@menshikh-iv)

1.5.0, 13/02/2017
* Add encode and decode parameters to store json, compressed or pickled objects (@erosennin, #65)
* Python 3.6 fix: commit before turning off synchronous (@bit, #59)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(self):

setup(
name='sqlitedict',
version='1.5.0',
version='1.6.0',
description='Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.',
long_description=read('README.rst'),

Expand Down

0 comments on commit 39e8dce

Please sign in to comment.