Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed May 23, 2024
1 parent 3032721 commit bf8ef76
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
=========


Version 1.0.2
-------------

:Date: May 23, 2024

* Add tests for Python 3.12
* Remove warning about unclosed files
* Allow ``str`` and ``None`` types on ``notfound_urls_prefix``
* Run ``pyupgrade`` and ``ruff`` on the codebase

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

Expand Down
2 changes: 1 addition & 1 deletion notfound/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords=[
dependencies = [
"sphinx>=5",
]
version = "1.0.1"
version = "1.0.2"
readme = "README.rst"
requires-python = ">=3.8"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -73,7 +73,7 @@ exclude = [
]

[tool.bumpver]
current_version = "1.0.1"
current_version = "1.0.2"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Release {new_version}"
commit = true
Expand Down

0 comments on commit bf8ef76

Please sign in to comment.