Skip to content

Commit

Permalink
Released PySOA version 1.1.3
Browse files Browse the repository at this point in the history
Changelog Details:
- [PATCH] Try to make Travis builds faster
- [PATCH] Update documentation
- [PATCH] Fix two bugs regarding client expansions
  • Loading branch information
nickwilliams-eventbrite committed Feb 25, 2020
1 parent 76016bb commit 8639b16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.1.3 (2020-02-25)
------------------
- [PATCH] Try to make Travis builds faster
- [PATCH] Update documentation
- [PATCH] Fix two bugs regarding client expansions

1.0.4 (2020-02-25)
------------------
- [PATCH] Fix two bugs regarding client expansions
Expand Down
2 changes: 1 addition & 1 deletion pysoa/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
)


__version_info__ = (1, 1, 2)
__version_info__ = (1, 1, 3)
__version__ = '-'.join(filter(None, ['.'.join(map(str, __version_info__[:3])), (__version_info__[3:] or [None])[0]]))

0 comments on commit 8639b16

Please sign in to comment.