File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ 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-
9- `v0.3.0-dev `_ (unreleased)
8+ `v0.3.0 `_ (2020-08-22)
109==========================
1110
1211Changed
7170* Initial public release
7271
7372
74- .. _v0.3.0-dev : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.1 ...master
73+ .. _v0.3.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.2.0 ...v0.3.0
7574.. _v0.2.0 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.1...v0.2.0
7675.. _v0.1.1 : https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.0...v0.1.1
7776.. _v0.1.0 : https://github.com/speedyleion/sphinx-c-autodoc/commits/v0.1.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.2 '
28+ version = u'0.3 '
2929# The full version, including alpha/beta/rc tags
30- release = u'0.2 .0'
30+ release = u'0.3 .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.2 .0" ,
15+ version = "0.3 .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