Skip to content

Commit

Permalink
Bump astroid to 2.12.14, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jan 6, 2023
1 parent 711ef90 commit b7c6c41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,3 @@ under this name, or we did not manage to find their commits in the history.
- carl
- alain lefroy
- Mark Gius
- jarradhope
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Release date: TBA

What's New in astroid 2.12.14?
==============================
Release date: TBA
Release date: 2023-01-06

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

Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "2.12.13"
__version__ = "2.12.14"
version = __version__
3 changes: 2 additions & 1 deletion script/.contributors_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"bot@noreply.github.com": {
"mails": [
"66853113+pre-commit-ci[bot]@users.noreply.github.com",
"49699333+dependabot[bot]@users.noreply.github.com"
"49699333+dependabot[bot]@users.noreply.github.com",
"41898282+github-actions[bot]@users.noreply.github.com"
],
"name": "bot"
},
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"

[version]
current = "2.12.13"
current = "2.12.14"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit b7c6c41

Please sign in to comment.