We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec11e5 commit 7a89463Copy full SHA for 7a89463
CHANGES.rst
@@ -2,6 +2,12 @@
2
Change History
3
================
4
5
+0.2.4
6
+=====
7
+
8
+ - merge pull request to address issue #14 https://github.com/twillis/webobtoolkit/issues/14
9
10
11
0.2.3
12
-----
13
setup.py
@@ -4,7 +4,7 @@
import os
import sys
-version = '0.2.3'
+version = '0.2.4'
here = os.path.abspath(os.path.dirname(__file__))
try:
README = open(os.path.join(here, 'README.rst')).read()
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
-envlist = py27,py33
+envlist = py27,py34
[testenv]
deps = pytest
0 commit comments