Skip to content

Commit 441ec9b

Browse files
Bump astroid to 3.0.0, update changelog
1 parent 74b5a7a commit 441ec9b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

ChangeLog

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,22 @@
22
astroid's ChangeLog
33
===================
44

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+
518
What's New in astroid 3.0.0?
619
=============================
7-
Release date: TBA
20+
Release date: TODO!
821

922
* Add support for Python 3.12, including PEP 695 type parameter syntax.
1023

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.0.0b1-dev0"
5+
__version__ = "3.0.0"
66
version = __version__

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.0.0b1-dev0"
4+
current = "3.0.0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)