Skip to content

Commit 8763432

Browse files
committed
bump version for next 2.3.0
1 parent 4762294 commit 8763432

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGES.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
CHANGES
33
=======
44

5+
2.3.0 (Unreleased)
6+
==================
7+
8+
Environments
9+
------------
10+
11+
Incompatibility
12+
---------------
13+
14+
Features
15+
--------
16+
17+
Bug Fixes
18+
---------
19+
20+
Documentation
21+
-------------
22+
23+
Internals
24+
---------
25+
26+
27+
=======
28+
CHANGES
29+
=======
30+
531
2.2.0 (2024/04/20)
632
==================
733

checklist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Procedure:
44

55
1. check GitHub Actions test results: https://github.com/sphinx-doc/sphinx-intl/actions
66
2. update release version/date in ``CHANGES.rst``
7-
3. ``python setup.py release sdist bdist_wheel``
7+
3. ``python -m build``, see details: setup.cfg
88
4. ``twine upload dist/<target-package-file>``
99
5. check PyPI page: https://pypi.org/p/sphinx-intl
1010
6. tagging with version name that MUST following semver. e.g.: ``git tag 1.0.1``

sphinx_intl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '2.2.0'
3+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)