Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed May 11, 2024
1 parent ae20023 commit 553539d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 28 deletions.
55 changes: 28 additions & 27 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ All notable changes to this project will be documented in this file.
- **1.2.2** - 2024-04-19
- Update allowed Jinja extensions
- Add support for custom Doxygen configuration
- **1.2.3** - 2024-05-6
- Fix executable not found when the current working directory (cwd) is set to config file path by @wu-vincent in https://github.com/JakubAndrysek/MkDoxy/pull/103
- **1.2.4** - 2024-05-6
- fix: use absolute links for inherited items by @Nerixyz in https://github.com/JakubAndrysek/MkDoxy/pull/105
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def requirements():
# https://pypi.org/project/mkdoxy/
setup(
name="mkdoxy",
version="1.2.3",
version="1.2.4",
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 553539d

Please sign in to comment.