Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
epandurski committed Jun 26, 2019
1 parent bb1c1c7 commit 5c9bc93
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,6 +1,14 @@
Changelog
=========

Version 0.5.0
-------------

- Add support for `send_signalbus_messages` class method. This can
greatly improve performance by receiving acknowledges for a whole
batch of messages at once.


Version 0.4.4
-------------

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4.4'
version = '0.5.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.4'
release = '0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -138,7 +138,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'Flask-SignalBus v0.4.4'
# html_title = 'Flask-SignalBus v0.5.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down

0 comments on commit 5c9bc93

Please sign in to comment.