prep for 0.1.7 release

pull/11/head
Richard Harding 12 years ago
parent ae355e9f2f
commit fe9364295f

@ -6,6 +6,16 @@
News
====
0.1.7
------
* Release date: July 21nd 2012*
* Change the encode 'replace' kwarg into a normal arg for older python
version.
0.1.6
------

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

@ -1,3 +1,3 @@
VERSION = '0.1.6'
VERSION = '0.1.7'
import client
from scripts import newtest

Loading…
Cancel
Save