Skip to content

Commit 1f57444

Browse files
Merge pull request #2311 from pylint-dev/fix-maintenance-branch
Fix 3.0.x maintenance branch
2 parents 0883b04 + 958ce1e commit 1f57444

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Release date: TBA
1717

1818
What's New in astroid 3.0.0?
1919
=============================
20-
Release date: 2023-09-25
20+
Release date: 2023-09-26
2121

2222
* Add support for Python 3.12, including PEP 695 type parameter syntax.
2323

astroid/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "3.1.0-dev0"
5+
__version__ = "3.0.0"
66
version = __version__

doc/release.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Check the commit and then push to a release branch
4141
appropriate changelog in the description. This triggers the PyPI release.
4242
- Delete the `maintenance/X.Y-1.x` branch. (For example: `maintenance/2.3.x`)
4343
- Create a `maintenance/X.Y.x` (For example: `maintenance/2.4.x` from the `v2.4.0` tag.)
44+
based on the tag from the release. The maintenance branch are protected you won't be
45+
able to fix it after the fact if you create it from main.
4446

4547
## Backporting a fix from `main` to the maintenance branch
4648

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/astroid"
22

33
[version]
4-
current = "3.1.0-dev0"
4+
current = "3.0.0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)