File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ 0.5.2 (2023-04-19)
6
+ ------------------
7
+
8
+ * Compatibility with ``packaging >= 22.0 `` (`#27 `_, `#32 `_)
9
+
10
+
5
11
0.5.1 (2023-01-25)
6
12
------------------
7
13
@@ -128,4 +134,5 @@ folders in a project's ``gh-pages`` branch.
128
134
.. _#18 : https://github.com/goerz/docs_versions_menu/issues/18
129
135
.. _#27 : https://github.com/goerz/docs_versions_menu/issues/27
130
136
.. _#28 : https://github.com/goerz/docs_versions_menu/issues/28
137
+ .. _#32 : https://github.com/goerz/docs_versions_menu/issues/32
131
138
.. _conda-feedstock : https://github.com/conda-forge/docs-versions-menu-feedstock#readme
Original file line number Diff line number Diff line change 4
4
extension and a command line program.
5
5
"""
6
6
7
- __version__ = '0.5.1+dev '
7
+ __version__ = '0.5.2 '
8
8
9
9
# All members whose name does not start with an underscore must be listed
10
10
# either in __all__ or in __private__
You can’t perform that action at this time.
0 commit comments