Skip to content

Commit 06ff80c

Browse files
committed
Update version to 0.3 for release.
1 parent c260e9e commit 06ff80c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ 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-
9-
`v0.3.0-dev`_ (unreleased)
8+
`v0.3.0`_ (2020-08-22)
109
==========================
1110

1211
Changed
@@ -71,7 +70,7 @@ Fixes
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

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.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 ---------------------------------------------------

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

0 commit comments

Comments
 (0)