Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
epandurski committed Jul 19, 2022
1 parent 06b73a9 commit 3fa44f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 0.5.9
-------------

- Fixed minor importing issues


Version 0.5.8
-------------

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.5.8'
version = '0.5.9'
# The full version, including alpha/beta/rc tags.
release = '0.5.8'
release = '0.5.9'

# 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.5.8'
# html_title = 'Flask-SignalBus v0.5.9'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='Flask-SignalBus',
version='0.5.8',
version='0.5.9',
url='https://github.com/epandurski/flask_signalbus',
license='MIT',
author='Evgeni Pandurski',
Expand Down

0 comments on commit 3fa44f7

Please sign in to comment.