Skip to content

Commit dab7cb8

Browse files
author
Matt George
committed
updating for release
1 parent e74b0f6 commit dab7cb8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
##1.4 (2012-06-?)
22
* added hooks for before and after perform methods
3+
* fixed logging
4+
*fixed problems with password authentication
5+
36
##1.3 (2012-06-01)
47
* remove resweb from pyres
58
* resweb is now available at http://github.com/Pyres/resweb or on pypi

pyres/__init__.py

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

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

setup.py

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

3-
version='1.3'
3+
version='1.4'
44
setup(
55
name='pyres',
66
version=version,

0 commit comments

Comments
 (0)