Skip to content

Commit 43679b4

Browse files
Bump version to 2.5.0
1 parent fea143c commit 43679b4

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changes/2.5.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "Python",
4+
"description": "Upgrade embedded Python version from Python 3.8 to Python 3.9. All standalone artifacts now run on Python 3.9.11.",
5+
"type": "feature"
6+
}
7+
]

.changes/next-release/feature-Python-48862.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
=========
44

5+
2.5.0
6+
=====
7+
8+
* feature:Python: Upgrade embedded Python version from Python 3.8 to Python 3.9. All standalone artifacts now run on Python 3.9.11.
9+
10+
511
2.4.29
612
======
713

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import importlib.abc
2020
import sys
2121

22-
__version__ = '2.4.29'
22+
__version__ = '2.5.0'
2323

2424
#
2525
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = '2.0'
7373
# The full version, including alpha/beta/rc tags.
74-
release = '2.4.29'
74+
release = '2.5.0'
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.

0 commit comments

Comments
 (0)