Update to version 0.1.13

remotes/origin/test_25_hour
Richard Harding 11 years ago
parent 9b9ec5b0e6
commit 952ea273c5

@ -6,6 +6,15 @@
News
====
0.1.13
------
* Release date: Aug 31th 2013*
* Give images in content boy a better chance of survival
* Add tests
0.1.12
-------

@ -6,7 +6,7 @@ here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
version = '0.1.12'
version = '0.1.13'
install_requires = [
# List your project dependencies here.
# For more details, see:

@ -1,3 +1,3 @@
VERSION = '0.1.12'
VERSION = '0.1.13'
import client
from scripts import newtest

Loading…
Cancel
Save