diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2021-02-15 18:46:09 +0100 |
|---|---|---|
| committer | hippo91 <guillaume.peillex@gmail.com> | 2021-02-15 18:46:09 +0100 |
| commit | 8af4a45a59565f2dfffb41abf63bbf27622777f4 (patch) | |
| tree | 2ebe1a487174bc24e78107dfca3d62b360a4351a | |
| parent | 6189473d344dbffd72ff65d7bb7fd04351caedaf (diff) | |
| download | astroid-git-8af4a45a59565f2dfffb41abf63bbf27622777f4.tar.gz | |
Prepare version 2.5
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | astroid/__pkginfo__.py | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -2,9 +2,9 @@ astroid's ChangeLog =================== -What's New in astroid 2.5.0? +What's New in astroid 2.5? ============================ -Release Date: TBA +Release Date: 2021-02-15 * Adds `attr_fset` in the `PropertyModel` class. diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 4dd627a9..5797f02e 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -14,6 +14,8 @@ # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> # Copyright (c) 2019 Uilian Ries <uilianries@gmail.com> # Copyright (c) 2019 Thomas Hisch <t.hisch@gmail.com> +# Copyright (c) 2020 David Gilman <davidgilman1@gmail.com> +# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Konrad Weihmann <kweihmann@outlook.com> # Copyright (c) 2020 Felix Mölder <felix.moelder@uni-due.de> # Copyright (c) 2020 Michael <michael-k@users.noreply.github.com> @@ -23,7 +25,7 @@ """astroid packaging information""" -version = "2.5.0" +version = "2.5" numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit()) extras_require = {} |
