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- `v0.4.0-dev `_ (unreleased)
8+ `v0.5.0-dev `_ (unreleased)
9+ ==========================
10+
11+ `v0.4.0 `_ (2020-12-27)
912==========================
1013
1114Changed
@@ -128,7 +131,8 @@ Fixes
128131* Initial public release
129132
130133
131- .. _v0.4.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.3.1...master
134+ .. _v0.5.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.4.0...master
135+ .. _v0.4.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.3.1...v0.4.0
132136.. _v0.3.1 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.3.0...v0.3.1
133137.. _v0.3.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.2.0...v0.3.0
134138.. _v0.2.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.1...v0.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'0.3 '
28+ version = u'0.4 '
2929# The full version, including alpha/beta/rc tags
30- release = u'0.3.1 '
30+ release = u'0.4.0 '
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1212
1313setuptools .setup (
1414 name = "sphinx-c-autodoc" ,
15- version = "0.3.1 " ,
15+ version = "0.4.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