File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI
88
99jobs :
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
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ Change Log
55This document records all notable changes to `sphinx-c-autodoc <https://sphinx-c-autodoc.readthedocs.io/en/latest/ >`_.
66This 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
1114Added
@@ -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
Original file line number Diff line number Diff line change 2121# -- Project information -----------------------------------------------------
2222
2323project = u'Sphinx C Autodoc Extension'
24- copyright = u'2019-2021 , Nick'
24+ copyright = u'2019-2023 , Nick'
2525author = 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 ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sphinx-c-autodoc"
3- version = " 1.1.1 "
3+ version = " 1.2.0 "
44description = " A sphinx autodoc extension for c modules"
55authors = [
" Nick <[email protected] >" ]
66license = " MIT License, The Unlicense (Unlicense)"
You can’t perform that action at this time.
0 commit comments