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 a8c0754 commit 16a59ddCopy full SHA for 16a59dd
CHANGES.rst
@@ -2,6 +2,11 @@
2
Change History
3
================
4
5
+0.2.2
6
+=====
7
+
8
+ - merge pull request to address issue #8 https://github.com/twillis/webobtoolkit/issues/8
9
10
0.2.1
11
=====
12
setup.py
@@ -2,7 +2,7 @@
from distutils.core import Command
import os
-version = '0.2.1'
+version = '0.2.2'
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.md')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
0 commit comments