Update versions for 0.1.12

pull/18/merge
Richard Harding 11 years ago
parent 4f2b744a3a
commit 37c6c41d29

@ -6,6 +6,14 @@
News
====
0.1.12
-------
* Release date: July 28th 2013*
* Add a user agent to requests.
0.1.11
-------

@ -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.11'
version = '0.1.12'
install_requires = [
# List your project dependencies here.
# For more details, see:

Loading…
Cancel
Save