Skip to content

Commit 1967716

Browse files
author
Yalin Li
authored
[AppConfig] Prepare release (Azure#28714)
1 parent 750b6b1 commit 1967716

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
# Release History
22

3-
## 1.4.0b2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
13-
## 1.4.0b1 (2022-02-07)
3+
## 1.4.0 (2022-02-09)
144

155
### Other Changes
166
- Python 2.7 is no longer supported. Please use Python version 3.7 or later.

sdk/appconfiguration/azure-appconfiguration/azure/appconfiguration/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "1.4.0b2"
6+
VERSION = "1.4.0"

sdk/appconfiguration/azure-appconfiguration/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@
5757
author_email="azpysdkhelp@microsoft.com",
5858
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration",
5959
classifiers=[
60-
"Development Status :: 4 - Beta",
60+
"Development Status :: 5 - Production/Stable",
6161
"Programming Language :: Python",
6262
"Programming Language :: Python :: 3 :: Only",
6363
"Programming Language :: Python :: 3",
6464
"Programming Language :: Python :: 3.7",
6565
"Programming Language :: Python :: 3.8",
6666
"Programming Language :: Python :: 3.9",
6767
"Programming Language :: Python :: 3.10",
68+
"Programming Language :: Python :: 3.11",
6869
"License :: OSI Approved :: MIT License",
6970
],
7071
zip_safe=False,

0 commit comments

Comments
 (0)