File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
sdk/appconfiguration/azure-appconfiguration Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33# Licensed under the MIT License.
44# ------------------------------------
55
6- VERSION = "1.4.0b2 "
6+ VERSION = "1.4.0 "
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments