File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 22CHANGES
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+
5312.2.0 (2024/04/20)
632==================
733
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Procedure:
44
551. check GitHub Actions test results: https://github.com/sphinx-doc/sphinx-intl/actions
662. 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
884. ``twine upload dist/<target-package-file> ``
995. check PyPI page: https://pypi.org/p/sphinx-intl
10106. tagging with version name that MUST following semver. e.g.: ``git tag 1.0.1 ``
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- __version__ = '2.2 .0'
3+ __version__ = '2.3 .0'
You can’t perform that action at this time.
0 commit comments