Skip to content

Commit 4a2bef5

Browse files
committed
Update versions for 0.1.1 release
1 parent 4e1044b commit 4a2bef5

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
==========
2+
Change Log
3+
==========
4+
5+
This document records all notable changes to `sphinx-c-autodoc <https://sphinx-c-autodoc.readthedocs.io/en/latest/>`_.
6+
This project adheres to `Semantic Versioning <https://semver.org/>`_.
7+
8+
9+
`v0.2.0-dev`_ (unreleased)
10+
==========================
11+
12+
`v0.1.1`_ (2012-03-15)
13+
======================
14+
15+
Fixes
16+
-----
17+
18+
* C module is not resolved relative to the document root,
19+
`#1 <https://github.com/speedyleion/sphinx-c-autodoc/issues/1>`_.
20+
* C module can not be specified in a sub directory,
21+
`#2 <https://github.com/speedyleion/sphinx-c-autodoc/issues/2>`_.
22+
23+
`v0.1.0`_ (2020-03-07)
24+
======================
25+
26+
* Initial public release
27+
28+
29+
.. _v0.2.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.1...master
30+
.. _v0.1.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.1.0...v0.1.1
31+
.. _v0.1.0: https://github.com/speedyleion/sphinx-c-autodoc/commits/v0.1.0

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../CHANGELOG.rst

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'0.1'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'0.1.0'
30+
release = u'0.1.1'
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ C Autodoc Extension For Sphinx.
1919
configuration
2020
napoleon
2121
contributing
22+
changelog
2223

2324

2425
Indices and tables

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.1.0",
15+
version="0.1.1",
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)