Skip to content

Commit 67d6833

Browse files
author
Matt George
committed
version bump for release
1 parent 29128a9 commit 67d6833

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyres/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1'
1+
__version__ = '1.2'
22

33
from redis import Redis
44
import pyres.json_parser as json

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
simplejson==2.0.9
22
itty==0.6.2
3-
redis>=1.34.1
3+
redis==2.4.12
44
pystache==0.5.0
55
setproctitle>=1.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version='1.1'
3+
version='1.2'
44

55
setup(
66
name='pyres',
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'simplejson>=2.0.9',
2727
'itty>=0.6.2',
28-
'redis>=1.34.1',
28+
'redis==2.4.12',
2929
'pystache>=0.1.0',
3030
'setproctitle>=1.0'
3131
],

0 commit comments

Comments
 (0)