Skip to content

Commit

Permalink
4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Apr 16, 2017
1 parent 2b01a41 commit 0ca0f6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.1.4 - Sat Apr 15 2017

- Update READMEs a bit

4.1.3 - Wed Apr 12 2017

** IMPORTANT -- UPGRADE TO THIS, ADJUST YOUR CODE IN DEV TO PREPARE FOR 5.0.0
Expand Down
4 changes: 2 additions & 2 deletions IndexedRedis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
INDEXED_REDIS_PREFIX = '_ir_|'

# Version as a tuple (major, minor, patchlevel)
INDEXED_REDIS_VERSION = (4, 1, 3)
INDEXED_REDIS_VERSION = (4, 1, 4)

# Version as a string
INDEXED_REDIS_VERSION_STR = '4.1.3'
INDEXED_REDIS_VERSION_STR = '4.1.4'

# Package version
__version__ = INDEXED_REDIS_VERSION_STR
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description = summary

setup(name='indexedredis',
version='4.1.3',
version='4.1.4',
packages=['IndexedRedis', 'IndexedRedis.fields'],
install_requires=['redis', 'QueryableList'],
requires=['redis', 'QueryableList'],
Expand Down

0 comments on commit 0ca0f6d

Please sign in to comment.