[tor-commits] [bridgedb/develop] Bump leekspin to v0.1.3

isis at torproject.org isis at torproject.org
Tue Apr 1 22:16:43 UTC 2014


commit 6ce6bcc999882535169aaaa68797d31f3be2c0d7
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date:   Thu Mar 27 03:10:05 2014 +0000

    Bump leekspin to v0.1.3
---
 .travis.yml |    2 +-
 CHANGELOG   |    3 +++
 setup.py    |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5553a81..7aef0ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ python:
 
 install:
   - pip install -r requirements.txt
-  - pip install --no-use-wheel leekspin==0.1.1 coverage==3.7 coveralls==0.3 sure==1.2.2
+  - pip install --no-use-wheel leekspin==0.1.3 coverage==3.7 coveralls==0.3 sure==1.2.2
   - make install
 
 script:
diff --git a/CHANGELOG b/CHANGELOG
index 0498e4f..4f36267 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,9 @@ Changes in version 0.1.7 -
                 significantly increased the availability of bridgedb,
                 as a result.
 
+And includes the following general changes:
+        * BUMPS leekspin version to 0.1.3
+
 Changes in version 0.1.6 - 2014-03-26
 BridgeDB 0.1.6 includes fixes for the following bugs:
 	* FIXES #11196 BridgeDB should use leekspin
diff --git a/setup.py b/setup.py
index d859f87..d77bc1d 100644
--- a/setup.py
+++ b/setup.py
@@ -277,7 +277,7 @@ setuptools.setup(
     scripts=['scripts/bridgedb'],
     extras_require={'test': ["sure==1.2.2",
                              "coverage==3.7",
-                             "leekspin==0.1.1"]},
+                             "leekspin==0.1.3"]},
     zip_safe=False,
     cmdclass=get_cmdclass(),
     include_package_data=True,





More information about the tor-commits mailing list