File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,17 @@ 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.1 .0-dev `_ (unreleased)
8+ `v1.2 .0-dev `_ (unreleased)
99==========================
1010
11+ `v1.1.0 `_ (unreleased)
12+ ==========================
13+
14+ Added
15+ -----
16+
17+ * Support for Sphinx 5
18+
1119`v1.0.0 `_ (2021-09-12)
1220==========================
1321
@@ -151,7 +159,8 @@ Fixes
151159* Initial public release
152160
153161
154- .. _v1.1.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.0.0...master
162+ .. _v1.2.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.0...master
163+ .. _v1.1.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.0.0...v1.1.0
155164.. _v1.0.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.4.0...v1.0.0
156165.. _v0.4.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.3.1...v0.4.0
157166.. _v0.3.1 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change 2525author = u'Nick'
2626
2727# The short X.Y version
28- version = u'1.0 '
28+ version = u'1.1 '
2929# The full version, including alpha/beta/rc tags
30- release = u'1.0 .0'
30+ release = u'1.1 .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.0 .0"
3+ version = " 1.1 .0"
44description = " A sphinx autodoc extension for c modules"
55authors = [" Your Name <you@example.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1212
1313setuptools .setup (
1414 name = "sphinx-c-autodoc" ,
15- version = "1.0 .0" ,
15+ version = "1.1 .0" ,
1616 description = "A sphinx autodoc extension for c modules" ,
1717 long_description = README ,
1818 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments