Skip to content

Commit

Permalink
docs: add changelog entry and bump version (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <[email protected]>
  • Loading branch information
Flix6x authored Aug 28, 2023
1 parent adc3bcf commit 53513e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2023-08-28 F.N. Claessen <[email protected]>
-----------------------------------------

Version: 0.16.0

- Tasks:
* Compatibility with werkzeug 2.2 #145


2021-12-25 Hoat Le <[email protected]>
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion dev-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Stop the watching files by using `Ctrl + c`.
## How to develop
- `$ docker-compose up` will check code style and run tests with defaul Python image.
- `$ docker-compose up` will check code style and run tests with default Python image.
There are environment variables to run and check with different versions of Python:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '0.15'
version = '0.16'
# The full version, including alpha/beta/rc tags.
release = '0.15.0-dev1'
release = '0.16.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion flask_classful.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

_py2 = sys.version_info[0] == 2

__version__ = "0.15.0-dev1"
__version__ = "0.16.0"


def route(rule, **options):
Expand Down

0 comments on commit 53513e4

Please sign in to comment.