Skip to content

Commit b7c6c41

Browse files
Bump astroid to 2.12.14, update changelog
1 parent 711ef90 commit b7c6c41

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CONTRIBUTORS.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,3 @@ under this name, or we did not manage to find their commits in the history.
191191
- carl
192192
- alain lefroy
193193
- Mark Gius
194-
- jarradhope

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Release date: TBA
1111

1212
What's New in astroid 2.12.14?
1313
==============================
14-
Release date: TBA
14+
Release date: 2023-01-06
1515

1616
* Handle the effect of properties on the ``__init__`` of a dataclass correctly.
1717

astroid/__pkginfo__.py

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

5-
__version__ = "2.12.13"
5+
__version__ = "2.12.14"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
4545
"mails": [
4646
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
47-
"49699333+dependabot[bot]@users.noreply.github.com"
47+
"49699333+dependabot[bot]@users.noreply.github.com",
48+
"41898282+github-actions[bot]@users.noreply.github.com"
4849
],
4950
"name": "bot"
5051
},

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/astroid"
22

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

0 commit comments

Comments
 (0)