Skip to content

Commit

Permalink
Released pysoa version 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sethbrite committed Mar 23, 2017
1 parent 0be033c commit 7e3b7ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.3.2 (2017-03-23)
------------------
- Fixed a bug wherein ActionResponse.action was not being set upon initialization.

0.3.1 (2017-03-22)
------------------
- Fix a few incorrect imports
Expand Down
2 changes: 1 addition & 1 deletion pysoa/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 3, 1)
__version_info__ = (0, 3, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 7e3b7ab

Please sign in to comment.