Skip to content

Commit d9d6f9e

Browse files
author
Matt George
committed
getting ready to push up 0.5.0
1 parent d6c2eaf commit d9d6f9e

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

AUTHORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Authors
22
* Matt George
33
* Chris Song
4+
* yashh
5+
* dsc
46

57
Inspired by Resque, by Chris Wanstrath

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.0 (2010-0114)
2+
3+
* added new documentation to the project
4+
* update setup.py
5+
* preparing for semantic versioning
6+
17
## 0.4.1 (2010-01-06)
28

39
* fixed issue with new failure package in distutils sdist

pyres/__init__.py

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

33
from redis import Redis
44
import simplejson

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
except ImportError:
44
from distutils.core import setup
5-
version='0.4.1'
5+
version='0.5.0'
66
setup(
77
name='pyres',
88
version=version,

0 commit comments

Comments
 (0)