Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
epandurski committed Oct 25, 2023
1 parent a4ae595 commit 426f61e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

Version 1.0.1
-------------

- Fixed tests failing on Dramatiq 1.15

- Fixed a problem with `GenericActor` on Python 3.12.

- Fixed a syntax warning on newer Python versions.


Version 1.0
-----------

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

# 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-Melodramatiq v1.0'
# html_title = 'Flask-Melodramatiq v1.0.1'

# 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 @@ -22,7 +22,7 @@ def rel(*xs):

setup(
name='Flask-Melodramatiq',
version='1.0',
version='1.0.1',
url='https://github.com/epandurski/flask_melodramatiq',
license='MIT',
author='Evgeni Pandurski',
Expand Down

0 comments on commit 426f61e

Please sign in to comment.