Skip to content

Commit

Permalink
Preparing release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 28, 2023
1 parent 9eca0d2 commit fe92feb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Changelog
.. towncrier release notes start
4.1.2 (2023-10-28)
------------------

Bug fixes:


- Fix parsing mimetypes in Accept header with an extra slash. @djay (#153)


4.1.1 (2023-10-23)
------------------

Expand Down
1 change: 0 additions & 1 deletion news/153.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()


version = "4.1.2.dev0"
version = "4.1.2"

long_description = read("README.rst") + "\n\n" + read("CHANGES.rst") + "\n\n"

Expand Down

0 comments on commit fe92feb

Please sign in to comment.