We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be033c commit 7e3b7abCopy full SHA for 7e3b7ab
CHANGELOG.txt
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+0.3.2 (2017-03-23)
5
+------------------
6
+- Fixed a bug wherein ActionResponse.action was not being set upon initialization.
7
+
8
0.3.1 (2017-03-22)
9
------------------
10
- Fix a few incorrect imports
pysoa/version.py
@@ -1,2 +1,2 @@
-__version_info__ = (0, 3, 1)
+__version_info__ = (0, 3, 2)
__version__ = '.'.join(map(str, __version_info__))
0 commit comments