File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 99project = "Cisco Catalyst WAN SDK"
1010copyright = "2024, Cisco"
1111author = "Cisco"
12- release = "2.0.0a1 "
12+ release = "2.0.0a0 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[project ]
22name = " catalystwan"
3- version = " 2.0.0a1 "
3+ version = " 2.0.0a0 "
44description = " Cisco Catalyst WAN SDK for Python"
55dependencies = [
66 " packaging >= 23.0" ,
77 " requests >= 2.32.3" ,
88 " typing-extensions >= 4.12.2" ,
99 " urllib3 >=2.2.2" ,
10- " catalystwan-types == 2.0.0a1 " ,
11- " catalystwan-v20-15 == 2.0.0a1 " ,
12- " catalystwan-v20-16 == 2.0.0a1 "
10+ " catalystwan-types == 2.0.0a0 " ,
11+ " catalystwan-v20-15 == 2.0.0a0 " ,
12+ " catalystwan-v20-16 == 2.0.0a0 "
1313]
1414readme = " README.md"
1515license = {file = " LICENSE" }
@@ -40,14 +40,14 @@ test = [
4040 " pytest>=8.2.2" ,
4141]
4242"ver-all" = [
43- " catalystwan-v20-15 == 2.0.0a1 " ,
44- " catalystwan-v20-16 == 2.0.0a1 " ,
43+ " catalystwan-v20-15 == 2.0.0a0 " ,
44+ " catalystwan-v20-16 == 2.0.0a0 " ,
4545]
4646"ver-2015" = [
47- " catalystwan-v20-15 == 2.0.0a1 " ,
47+ " catalystwan-v20-15 == 2.0.0a0 " ,
4848]
4949"ver-2016" = [
50- " catalystwan-v20-16 == 2.0.0a1 " ,
50+ " catalystwan-v20-16 == 2.0.0a0 " ,
5151]
5252# for nox
5353[dependency-groups ]
Original file line number Diff line number Diff line change 11[project ]
22name = " catalystwan_types"
3- version = " 2.0.0a1 "
3+ version = " 2.0.0a0 "
44description = " Abstractions for Cisco Catalyst WAN SDK for Python"
55requires-python = " >= 3.8"
66readme = " README.md"
Original file line number Diff line number Diff line change 11[project ]
22name = " catalystwan-v20-15"
3- version = " 2.0.0a1 "
3+ version = " 2.0.0a0 "
44description = " Cisco Catalyst WAN SDK for Python :: Version 20.15"
55readme = " README.md"
66license = {file = " LICENSE" }
Original file line number Diff line number Diff line change 11[project ]
22name = " catalystwan-v20-16"
3- version = " 2.0.0a1 "
3+ version = " 2.0.0a0 "
44description = " Cisco Catalyst WAN SDK for Python :: Version 20.16"
55readme = " README.md"
66license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments