Skip to content

Commit 2d0b511

Browse files
committed
Release 0.5.2
1 parent 7a658ac commit 2d0b511

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
0.5.2 (2023-04-19)
6+
------------------
7+
8+
* Compatibility with ``packaging >= 22.0`` (`#27`_, `#32`_)
9+
10+
511
0.5.1 (2023-01-25)
612
------------------
713

@@ -128,4 +134,5 @@ folders in a project's ``gh-pages`` branch.
128134
.. _#18: https://github.com/goerz/docs_versions_menu/issues/18
129135
.. _#27: https://github.com/goerz/docs_versions_menu/issues/27
130136
.. _#28: https://github.com/goerz/docs_versions_menu/issues/28
137+
.. _#32: https://github.com/goerz/docs_versions_menu/issues/32
131138
.. _conda-feedstock: https://github.com/conda-forge/docs-versions-menu-feedstock#readme

src/docs_versions_menu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
extension and a command line program.
55
"""
66

7-
__version__ = '0.5.1+dev'
7+
__version__ = '0.5.2'
88

99
# All members whose name does not start with an underscore must be listed
1010
# either in __all__ or in __private__

0 commit comments

Comments
 (0)