Skip to content

Commit c60d542

Browse files
authored
Update CHANGELOG.md files for all packages that are ready for the release (#35616)
* Update CHANGELOG.md files for all packages that are ready for the release * Bump minimum python version to 3.8 * Bump azure-maps-render version
1 parent ac47fa8 commit c60d542

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

sdk/maps/azure-maps-geolocation/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Release History
22

3-
## 1.0.0b2 (Unreleased)
3+
## 1.0.0b2 (2024-05-15)
44

55
### Other Changes
66

77
- Remove python 3.6 support
88
- Fix API version error
9+
- Fix Sphinx errors
10+
- Fix mypy typing errors for mypy version 1.6.1
911

1012
## 1.0.0b1 (2022-10-11)
1113

sdk/maps/azure-maps-geolocation/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"Programming Language :: Python",
6767
"Programming Language :: Python :: 3",
6868
"Programming Language :: Python :: 3 :: Only",
69-
"Programming Language :: Python :: 3.7",
7069
"Programming Language :: Python :: 3.8",
7170
"Programming Language :: Python :: 3.9",
7271
"Programming Language :: Python :: 3.10",

sdk/maps/azure-maps-render/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
## 1.0.0b3 (2024-05-15)
4+
5+
### Other Changes
6+
7+
- Fix Sphinx errors
8+
- Fix mypy typing errors for mypy version 1.6.1
9+
310
## 1.0.0b2 (2023-07-13)
411

512
### Other Changes

sdk/maps/azure-maps-render/azure/maps/render/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0b2"
9+
VERSION = "1.0.0b3"
1010
API_VERSION = "2022-08-01"

sdk/maps/azure-maps-render/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"Programming Language :: Python",
6767
"Programming Language :: Python :: 3",
6868
"Programming Language :: Python :: 3 :: Only",
69-
"Programming Language :: Python :: 3.7",
7069
"Programming Language :: Python :: 3.8",
7170
"Programming Language :: Python :: 3.9",
7271
"Programming Language :: Python :: 3.10",

sdk/maps/azure-maps-route/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Release History
22

3-
## 1.0.0b2 (Unreleased)
3+
## 1.0.0b2 (2024-05-15)
44

55
### Other Changes
66

77
- Fix route API version error
88
- Remove python 3.6 support
9+
- Fix Sphinx errors
910

1011
## 1.0.0b1 (2022-10-13)
1112

sdk/maps/azure-maps-route/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"Programming Language :: Python",
6767
"Programming Language :: Python :: 3 :: Only",
6868
"Programming Language :: Python :: 3",
69-
"Programming Language :: Python :: 3.7",
7069
"Programming Language :: Python :: 3.8",
7170
"Programming Language :: Python :: 3.9",
7271
"Programming Language :: Python :: 3.10",

sdk/maps/azure-maps-search/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Release History
22

3-
## 1.0.0b3 (Unreleased)
3+
## 1.0.0b3 (2024-05-15)
44

55
### Bugs Fixed
66

7-
- Fix response validation error for reverse search address (#34977)
7+
- Fix response validation error for reverse search address
8+
9+
### Other Changes
10+
11+
- Fix reverse search sample in README.md
12+
- Fix Sphinx errors
13+
- Fix pylint errors for pylint version 2.15.8
814

915
## 1.0.0b2 (2022-10-11)
1016

sdk/maps/azure-maps-search/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"Development Status :: 4 - Beta",
6666
"Programming Language :: Python :: 3 :: Only",
6767
"Programming Language :: Python :: 3",
68-
"Programming Language :: Python :: 3.7",
6968
"Programming Language :: Python :: 3.8",
7069
"Programming Language :: Python :: 3.9",
7170
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)