File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ Change Log
55This document records all notable changes to `sphinx-c-autodoc <https://sphinx-c-autodoc.readthedocs.io/en/latest/ >`_.
66This project adheres to `Semantic Versioning <https://semver.org/ >`_.
77
8- `v1.3.0-dev `_ (unreleased)
8+ `v1.3.1-dev `_ (unreleased)
9+ ==========================
10+
11+ `v1.3.0 `_ (2023-09-21)
912==========================
1013
1114Added
@@ -209,7 +212,8 @@ Fixes
209212* Initial public release
210213
211214
212- .. _v1.3.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...main
215+ .. _v1.3.1-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.3.0...main
216+ .. _v1.3.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...v1.3.0
213217.. _v1.2.2 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.1...v1.2.2
214218.. _v1.2.1 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...v1.2.1
215219.. _v1.2.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.1...v1.2.0
Original file line number Diff line number Diff line change 2525author = u'Nick'
2626
2727# The short X.Y version
28- version = u'1.2 '
28+ version = u'1.3 '
2929# The full version, including alpha/beta/rc tags
30- release = u'1.2.2 '
30+ release = u'1.3.0 '
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sphinx-c-autodoc"
3- version = " 1.2.2 "
3+ version = " 1.3.0 "
44description = " A sphinx autodoc extension for c modules"
55authors = [
" Nick <[email protected] >" ]
66license = " MIT License, The Unlicense (Unlicense)"
You can’t perform that action at this time.
0 commit comments