diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2023-03-26 15:11:35 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2023-03-26 15:11:35 +0200 |
commit | 1bc3e7603042363d1bc01f53ad6b5fe97ee18fc7 (patch) | |
tree | c68cd946534c08a16f2c7566a91304a2b2e3849d | |
parent | 054455afea299c262cdfd4d34c808bc231a10f6e (diff) | |
download | astroid-git-2.15.1.tar.gz |
Bump astroid to 2.15.1, update changelogv2.15.1
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | astroid/__pkginfo__.py | 2 | ||||
-rw-r--r-- | tbump.toml | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -8,10 +8,16 @@ Release date: TBA -What's New in astroid 2.15.1? +What's New in astroid 2.15.2? ============================= Release date: TBA + + +What's New in astroid 2.15.1? +============================= +Release date: 2023-03-26 + * Restore behavior of setting a Call as a base for classes created using ``six.with_metaclass()``, and harden support for using enums as metaclasses in this case. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 3f1d1a29..79ece977 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -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.15.0" +__version__ = "2.15.1" version = __version__ @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.15.0" +current = "2.15.1" regex = ''' ^(?P<major>0|[1-9]\d*) \. |