We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6def3 commit ba3e705Copy full SHA for ba3e705
HISTORY.md
@@ -1,3 +1,8 @@
1
+##1.0.1 (2011-04-12)
2
+* fixed bug with tempaltes and media in resweb
3
+* call to redis-py disconnect was failing, switched to connection.disconnect
4
+* interval cast to int for pyres_worker script command
5
+
6
## 0.9.1 (2010-10-15)
7
* fixing issues #45, #46.
8
* #45 - resweb not working in chrome
@@ -72,4 +77,4 @@
72
77
73
78
## 0.1.0 (2009-12-01)
74
79
75
-* First release.
80
+* First release.
pyres/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.0'
+__version__ = '1.0.1'
from redis import Redis
import pyres.json_parser as json
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version='1.0'
+version='1.0.1'
setup(
name='pyres',
0 commit comments