Skip to content

Commit 1802337

Browse files
committed
Update version to 0.4.0
1 parent 38b6520 commit 1802337

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Change Log
55
This document records all notable changes to `sphinx-c-autodoc <https://sphinx-c-autodoc.readthedocs.io/en/latest/>`_.
66
This 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

1114
Changed
@@ -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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = 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 ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setuptools.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",

0 commit comments

Comments
 (0)