File tree Expand file tree Collapse file tree 9 files changed +21
-9
lines changed Expand file tree Collapse file tree 9 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b2 (Unreleased )
3
+ ## 1.0.0b2 (2024-05-15 )
4
4
5
5
### Other Changes
6
6
7
7
- Remove python 3.6 support
8
8
- Fix API version error
9
+ - Fix Sphinx errors
10
+ - Fix mypy typing errors for mypy version 1.6.1
9
11
10
12
## 1.0.0b1 (2022-10-11)
11
13
Original file line number Diff line number Diff line change 66
66
"Programming Language :: Python" ,
67
67
"Programming Language :: Python :: 3" ,
68
68
"Programming Language :: Python :: 3 :: Only" ,
69
- "Programming Language :: Python :: 3.7" ,
70
69
"Programming Language :: Python :: 3.8" ,
71
70
"Programming Language :: Python :: 3.9" ,
72
71
"Programming Language :: Python :: 3.10" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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
+
3
10
## 1.0.0b2 (2023-07-13)
4
11
5
12
### Other Changes
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------
8
8
9
- VERSION = "1.0.0b2 "
9
+ VERSION = "1.0.0b3 "
10
10
API_VERSION = "2022-08-01"
Original file line number Diff line number Diff line change 66
66
"Programming Language :: Python" ,
67
67
"Programming Language :: Python :: 3" ,
68
68
"Programming Language :: Python :: 3 :: Only" ,
69
- "Programming Language :: Python :: 3.7" ,
70
69
"Programming Language :: Python :: 3.8" ,
71
70
"Programming Language :: Python :: 3.9" ,
72
71
"Programming Language :: Python :: 3.10" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b2 (Unreleased )
3
+ ## 1.0.0b2 (2024-05-15 )
4
4
5
5
### Other Changes
6
6
7
7
- Fix route API version error
8
8
- Remove python 3.6 support
9
+ - Fix Sphinx errors
9
10
10
11
## 1.0.0b1 (2022-10-13)
11
12
Original file line number Diff line number Diff line change 66
66
"Programming Language :: Python" ,
67
67
"Programming Language :: Python :: 3 :: Only" ,
68
68
"Programming Language :: Python :: 3" ,
69
- "Programming Language :: Python :: 3.7" ,
70
69
"Programming Language :: Python :: 3.8" ,
71
70
"Programming Language :: Python :: 3.9" ,
72
71
"Programming Language :: Python :: 3.10" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b3 (Unreleased )
3
+ ## 1.0.0b3 (2024-05-15 )
4
4
5
5
### Bugs Fixed
6
6
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
8
14
9
15
## 1.0.0b2 (2022-10-11)
10
16
Original file line number Diff line number Diff line change 65
65
"Development Status :: 4 - Beta" ,
66
66
"Programming Language :: Python :: 3 :: Only" ,
67
67
"Programming Language :: Python :: 3" ,
68
- "Programming Language :: Python :: 3.7" ,
69
68
"Programming Language :: Python :: 3.8" ,
70
69
"Programming Language :: Python :: 3.9" ,
71
70
"Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments