Skip to content

Commit

Permalink
bump version to 1.2.7 in setup.py and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Jan 15, 2025
1 parent 2eba0fa commit 9bfa982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ All notable changes to this project will be documented in this file.
- 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
- feat: add function in namespace snippet by @barnou-psee in https://github.com/JakubAndrysek/MkDoxy/pull/116
- add api-path to project configuration by @dustinlagoy in https://github.com/JakubAndrysek/MkDoxy/pull/112
- **1.2.6** - 2025-01-15
- **1.2.7** - 2025-01-15
- fix: Improve handling of struct / class initializers by @g-braeunlich in https://github.com/JakubAndrysek/MkDoxy/pull/120
- fix: Add support for whole spec of doxygen config format by @athackst in https://github.com/JakubAndrysek/MkDoxy/pull/121
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def import_dev_requirements():
# https://pypi.org/project/mkdoxy/
setup(
name="mkdoxy",
version="1.2.6",
version="1.2.7",
description="MkDoxy → MkDocs + Doxygen = easy documentation generator with code snippets",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9bfa982

Please sign in to comment.