Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhiebert committed Jun 3, 2021
1 parent 0cd2503 commit a22330a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.1 (2021-06-03)
----------------

- Allow startup to happen twice (#60)
- Enforce that the HireFire token is present for flask (#61)
- Pass arguments to the Blueprint constructor in the correct order (#62)

1.0 (2020-08-14)
----------------

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hirefire/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0'
__version__ = '1.1'

0 comments on commit a22330a

Please sign in to comment.