File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,16 @@ Changelog
2
2
=========
3
3
4
4
5
+ Version 1.0.2
6
+ -------------
7
+
8
+ :Date: May 23, 2024
9
+
10
+ * Add tests for Python 3.12
11
+ * Remove warning about unclosed files
12
+ * Allow ``str `` and ``None `` types on ``notfound_urls_prefix ``
13
+ * Run ``pyupgrade `` and ``ruff `` on the codebase
14
+
5
15
Version 1.0.1
6
16
-------------
7
17
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.1 "
1
+ __version__ = "1.0.2 "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ keywords=[
18
18
dependencies = [
19
19
" sphinx>=5" ,
20
20
]
21
- version = " 1.0.1 "
21
+ version = " 1.0.2 "
22
22
readme = " README.rst"
23
23
requires-python = " >=3.8"
24
24
license = {file = " LICENSE" }
@@ -73,7 +73,7 @@ exclude = [
73
73
]
74
74
75
75
[tool .bumpver ]
76
- current_version = " 1.0.1 "
76
+ current_version = " 1.0.2 "
77
77
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
78
78
commit_message = " Release {new_version}"
79
79
commit = true
You can’t perform that action at this time.
0 commit comments