File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
astroid's ChangeLog
3
3
===================
4
4
5
+
6
+ What's New in astroid 3.1.0?
7
+ ============================
8
+ Release date: TBA
9
+
10
+
11
+
12
+ What's New in astroid 3.0.1?
13
+ ============================
14
+ Release date: TBA
15
+
16
+
17
+
5
18
What's New in astroid 3.0.0?
6
19
=============================
7
- Release date: TBA
20
+ Release date: TODO!
8
21
9
22
* Add support for Python 3.12, including PEP 695 type parameter syntax.
10
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.0.0b1-dev0 "
5
+ __version__ = "3.0.0 "
6
6
version = __version__
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.0.0b1-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