Skip to content

Commit 16a59dd

Browse files
author
Tom Willis
committed
release 0.2.2
to address issue #8
1 parent a8c0754 commit 16a59dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

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

5+
0.2.2
6+
=====
7+
8+
- merge pull request to address issue #8 https://github.com/twillis/webobtoolkit/issues/8
9+
510
0.2.1
611
=====
712

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import Command
33
import os
44

5-
version = '0.2.1'
5+
version = '0.2.2'
66
here = os.path.abspath(os.path.dirname(__file__))
77
README = open(os.path.join(here, 'README.md')).read()
88
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()

0 commit comments

Comments
 (0)