Skip to content

Commit

Permalink
Include setup.py & bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Dec 13, 2010
1 parent 41a2a21 commit 85d5112
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include README.rst
include MANIFEST.in
include LICENSE
include CREDITS
include setup.py
include pavement.py
include paver-minilib.zip
recursive-include docs *
Expand Down
4 changes: 2 additions & 2 deletions djangosanetesting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

__version__ = (0, 5, 7, '')
__versionstr__ = '0.5.7'
__version__ = (0, 5, 9, '')
__versionstr__ = '0.5.9'

from djangosanetesting.cases import *
from djangosanetesting.testrunner import *
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from paver.easy import *
from paver.setuputils import setup

VERSION = '0.5.8'
VERSION = '0.5.9'
name = 'djangosanetesting'

setup(
Expand Down

0 comments on commit 85d5112

Please sign in to comment.