Skip to content

Commit 7e73cca

Browse files
authored
Bump the version to 1.3.0 (#207)
1 parent 6102faf commit 7e73cca

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-
`v1.3.0-dev`_ (unreleased)
8+
`v1.3.1-dev`_ (unreleased)
9+
==========================
10+
11+
`v1.3.0`_ (2023-09-21)
912
==========================
1013

1114
Added
@@ -209,7 +212,8 @@ Fixes
209212
* Initial public release
210213

211214

212-
.. _v1.3.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...main
215+
.. _v1.3.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.3.0...main
216+
.. _v1.3.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...v1.3.0
213217
.. _v1.2.2: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.1...v1.2.2
214218
.. _v1.2.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...v1.2.1
215219
.. _v1.2.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.1...v1.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'1.2'
28+
version = u'1.3'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.2.2'
30+
release = u'1.3.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.2.2"
3+
version = "1.3.0"
44
description = "A sphinx autodoc extension for c modules"
55
authors = ["Nick <[email protected]>"]
66
license = "MIT License, The Unlicense (Unlicense)"

0 commit comments

Comments
 (0)