Skip to content

Commit 482f163

Browse files
authored
Bump to 1.2.0 for release (#165)
1 parent 1e646af commit 482f163

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI
88

99
jobs:
1010
build-n-publish:
11-
name: Build and publish Python 🐍 distributions 📦 to PyPI
11+
name: Build and publish Python 🐍 distributions 📦 to PyPI
1212
runs-on: ubuntu-latest
1313
environment:
1414
name: release

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

1114
Added
@@ -175,7 +178,8 @@ Fixes
175178
* Initial public release
176179

177180

178-
.. _v1.2.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.1...master
181+
.. _v1.3.0-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...master
182+
.. _v1.2.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.1...v1.2.0
179183
.. _v1.1.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.1.0...v1.1.1
180184
.. _v1.1.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.0.0...v1.1.0
181185
.. _v1.0.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v0.4.0...v1.0.0

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = u'Sphinx C Autodoc Extension'
24-
copyright = u'2019-2021, Nick'
24+
copyright = u'2019-2023, Nick'
2525
author = u'Nick'
2626

2727
# The short X.Y version
28-
version = u'1.1'
28+
version = u'1.2'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.1.1'
30+
release = u'1.2.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.1.1"
3+
version = "1.2.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)