Update version to 0.1.14

pull/23/head
Richard Harding 11 years ago
parent 05e13a4834
commit 042779bd12

@ -6,6 +6,12 @@
News
====
0.1.14
-------
* Release date: Nov 7th 2013
* Update sibling append to only happen when sibling doesn't already exist.
0.1.13
------

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

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

Loading…
Cancel
Save