Skip to content

Commit

Permalink
Prepare v1.3.2 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyk committed Apr 27, 2019
1 parent 6484ad0 commit 3d03451
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.3.2 (2019-04-27)
------------------

* Improve message processing (#48 by @lamenezes)
* Improve error logging (#39 by @wiliamsouza)
* Refactor in message dispatcher and event-loop shutdown
* Minor fixes and improvements

1.3.1 (2017-10-22)
------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# General information about the project.
project = 'Loafer'
copyright = '2016,2017, George Y. Kussumoto'
copyright = '2016-2019, George Y. Kussumoto'
author = 'George Y. Kussumoto'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -55,9 +55,9 @@
#

# The short X.Y version.
version = '1.3.1'
version = '1.3.2'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 3d03451

Please sign in to comment.