Skip to content

Commit d6b8906

Browse files
authored
bump version 1.4.0 (#300)
1 parent b7aa792 commit d6b8906

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

CHANGELOG.rst

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

11+
`v1.4.0`_ (2024-10-16)
12+
==========================
13+
14+
Removed
15+
-------
16+
17+
* Support for python 3.8
18+
* Support for Sphinx 3
19+
* Support for Clang 6 through Clang 10
20+
21+
1122
`v1.3.0`_ (2023-09-21)
1223
==========================
1324

@@ -212,7 +223,8 @@ Fixes
212223
* Initial public release
213224

214225

215-
.. _v1.3.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.3.0...main
226+
.. _v1.4.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.4.0...main
227+
.. _v1.4.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.3.0...v1.4.0
216228
.. _v1.3.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...v1.3.0
217229
.. _v1.2.2: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.1...v1.2.2
218230
.. _v1.2.1: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.0...v1.2.1

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-2023, Nick'
24+
copyright = u'2019-2024, Nick'
2525
author = u'Nick'
2626

2727
# The short X.Y version
28-
version = u'1.3'
28+
version = u'1.4'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.3.0'
30+
release = u'1.4.0'
3131

3232

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

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx >= 7.2
1+
sphinx >= 4.0
22
furo
33
beautifulsoup4
44
sphinxcontrib.autoprogram

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sphinx-c-autodoc"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "A sphinx autodoc extension for c modules"
55
authors = [
66
{name="Nick"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)