Skip to content

Commit 7e3b7ab

Browse files
committed
Released pysoa version 0.3.2.
1 parent 0be033c commit 7e3b7ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
0.3.2 (2017-03-23)
5+
------------------
6+
- Fixed a bug wherein ActionResponse.action was not being set upon initialization.
7+
48
0.3.1 (2017-03-22)
59
------------------
610
- Fix a few incorrect imports

pysoa/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 3, 1)
1+
__version_info__ = (0, 3, 2)
22
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)