File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Release date: TBA
17
17
18
18
What's New in astroid 3.0.0?
19
19
=============================
20
- Release date: 2023-09-25
20
+ Release date: 2023-09-26
21
21
22
22
* Add support for Python 3.12, including PEP 695 type parameter syntax.
23
23
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "3.1.0-dev0 "
5
+ __version__ = "3.0.0 "
6
6
version = __version__
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ Check the commit and then push to a release branch
41
41
appropriate changelog in the description. This triggers the PyPI release.
42
42
- Delete the ` maintenance/X.Y-1.x ` branch. (For example: ` maintenance/2.3.x ` )
43
43
- 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.
44
46
45
47
## Backporting a fix from ` main ` to the maintenance branch
46
48
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/pylint-dev/astroid"
2
2
3
3
[version ]
4
- current = " 3.1.0-dev0 "
4
+ current = " 3.0.0 "
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments