Skip to content

Commit 7a89463

Browse files
author
Tom Willis
committed
release 0.2.4
1 parent 2ec11e5 commit 7a89463

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Change History
33
================
44

5+
0.2.4
6+
=====
7+
8+
- merge pull request to address issue #14 https://github.com/twillis/webobtoolkit/issues/14
9+
10+
511
0.2.3
612
-----
713

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import sys
66

7-
version = '0.2.3'
7+
version = '0.2.4'
88
here = os.path.abspath(os.path.dirname(__file__))
99
try:
1010
README = open(os.path.join(here, 'README.rst')).read()

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py33
2+
envlist = py27,py34
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)