Skip to content

Commit 86514c4

Browse files
committed
Set actual version: 2.0.0a0
1 parent 74f294f commit 86514c4

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "Cisco Catalyst WAN SDK"
1010
copyright = "2024, Cisco"
1111
author = "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

packages/catalystwan-core/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "catalystwan"
3-
version = "2.0.0a1"
3+
version = "2.0.0a0"
44
description = "Cisco Catalyst WAN SDK for Python"
55
dependencies = [
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
]
1414
readme = "README.md"
1515
license = {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]

packages/catalystwan-types/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "catalystwan_types"
3-
version = "2.0.0a1"
3+
version = "2.0.0a0"
44
description = "Abstractions for Cisco Catalyst WAN SDK for Python"
55
requires-python = ">= 3.8"
66
readme = "README.md"

versions/catalystwan-v20_15/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "catalystwan-v20-15"
3-
version = "2.0.0a1"
3+
version = "2.0.0a0"
44
description = "Cisco Catalyst WAN SDK for Python :: Version 20.15"
55
readme = "README.md"
66
license = {file = "LICENSE"}

versions/catalystwan-v20_16/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "catalystwan-v20-16"
3-
version = "2.0.0a1"
3+
version = "2.0.0a0"
44
description = "Cisco Catalyst WAN SDK for Python :: Version 20.16"
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)