Skip to content

Commit 1c39e79

Browse files
authored
Bump version for 1.2.2 release (#176)
1 parent 3415f50 commit 1c39e79

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
88
`v1.3.0-dev`_ (unreleased)
99
==========================
1010

11+
`v1.2.2`_ (2023-06-28)
12+
==========================
13+
14+
Fixed
15+
-----
16+
17+
* Failed parsing of enumerators which were defined based on macros `#174`_
18+
19+
.. _#174: https://github.com/speedyleion/sphinx-c-autodoc/issues/174
20+
1121
`v1.2.1`_ (2023-06-12)
1222
==========================
1323

@@ -189,7 +199,8 @@ Fixes
189199
* Initial public release
190200

191201

192-
.. _v1.3.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...master
202+
.. _v1.3.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...master
203+
.. _v1.2.2: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.1...v1.2.2
193204
.. _v1.2.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...v1.2.1
194205
.. _v1.2.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.1...v1.2.0
195206
.. _v1.1.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.0...v1.1.1

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'1.2'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.2.1'
30+
release = u'1.2.2'
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.1"
3+
version = "1.2.2"
44
description = "A sphinx autodoc extension for c modules"
55
authors = ["Nick <speedyleion@users.noreply.github.com>"]
66
license = "MIT License, The Unlicense (Unlicense)"

0 commit comments

Comments
 (0)