Skip to content

Commit 6ab1332

Browse files
authored
Update version numbers in preparation for release 1.1.0 (#44)
1 parent 7a269f5 commit 6ab1332

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ 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-
`v1.1.0-dev`_ (unreleased)
8+
`v1.2.0-dev`_ (unreleased)
99
==========================
1010

11+
`v1.1.0`_ (unreleased)
12+
==========================
13+
14+
Added
15+
-----
16+
17+
* Support for Sphinx 5
18+
1119
`v1.0.0`_ (2021-09-12)
1220
==========================
1321

@@ -151,7 +159,8 @@ Fixes
151159
* Initial public release
152160

153161

154-
.. _v1.1.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.0.0...master
162+
.. _v1.2.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.0...master
163+
.. _v1.1.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.0.0...v1.1.0
155164
.. _v1.0.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.4.0...v1.0.0
156165
.. _v0.4.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.3.1...v0.4.0
157166
.. _v0.3.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.3.0...v0.3.1

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'1.0'
28+
version = u'1.1'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.0.0'
30+
release = u'1.1.0'
3131

3232

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sphinx-c-autodoc"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "A sphinx autodoc extension for c modules"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"

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