diff --git a/python-docstring-to-markdown.spec b/python-docstring-to-markdown.spec index 55e1bee..fae7778 100644 --- a/python-docstring-to-markdown.spec +++ b/python-docstring-to-markdown.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-docstring-to-markdown -Version: 0.10 +Version: 0.11 Release: 1mamba Summary: On the fly conversion of Python docstrings to markdown Group: System/Libraries @@ -47,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Fri Dec 02 2022 Automatic Build System 0.11-1mamba +- automatic version update by autodist + * Tue Nov 08 2022 Silvan Calarco 0.10-1mamba - package created using the webbuild interface