Skip to content

Commit 9bfa982

Browse files
committed
bump version to 1.2.7 in setup.py and update CHANGELOG.md
1 parent 2eba0fa commit 9bfa982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ All notable changes to this project will be documented in this file.
2929
- Fixes: brief description in detailed if there is no detailed description; change the Detailed Description header levelby @DmitriyMarin in https://github.com/JakubAndrysek/MkDoxy/pull/114
3030
- feat: add function in namespace snippet by @barnou-psee in https://github.com/JakubAndrysek/MkDoxy/pull/116
3131
- add api-path to project configuration by @dustinlagoy in https://github.com/JakubAndrysek/MkDoxy/pull/112
32-
- **1.2.6** - 2025-01-15
32+
- **1.2.7** - 2025-01-15
3333
- fix: Improve handling of struct / class initializers by @g-braeunlich in https://github.com/JakubAndrysek/MkDoxy/pull/120
3434
- fix: Add support for whole spec of doxygen config format by @athackst in https://github.com/JakubAndrysek/MkDoxy/pull/121

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def import_dev_requirements():
2626
# https://pypi.org/project/mkdoxy/
2727
setup(
2828
name="mkdoxy",
29-
version="1.2.6",
29+
version="1.2.7",
3030
description="MkDoxy → MkDocs + Doxygen = easy documentation generator with code snippets",
3131
long_description=readme(),
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)