Skip to content

Commit

Permalink
Set actual version: 2.0.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
smialy committed Feb 12, 2025
1 parent 74f294f commit 86514c4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "Cisco Catalyst WAN SDK"
copyright = "2024, Cisco"
author = "Cisco"
release = "2.0.0a1"
release = "2.0.0a0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
16 changes: 8 additions & 8 deletions packages/catalystwan-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
name = "catalystwan"
version = "2.0.0a1"
version = "2.0.0a0"
description = "Cisco Catalyst WAN SDK for Python"
dependencies = [
"packaging >= 23.0",
"requests >= 2.32.3",
"typing-extensions >= 4.12.2",
"urllib3 >=2.2.2",
"catalystwan-types == 2.0.0a1",
"catalystwan-v20-15 == 2.0.0a1",
"catalystwan-v20-16 == 2.0.0a1"
"catalystwan-types == 2.0.0a0",
"catalystwan-v20-15 == 2.0.0a0",
"catalystwan-v20-16 == 2.0.0a0"
]
readme = "README.md"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -40,14 +40,14 @@ test = [
"pytest>=8.2.2",
]
"ver-all" = [
"catalystwan-v20-15 == 2.0.0a1",
"catalystwan-v20-16 == 2.0.0a1",
"catalystwan-v20-15 == 2.0.0a0",
"catalystwan-v20-16 == 2.0.0a0",
]
"ver-2015" = [
"catalystwan-v20-15 == 2.0.0a1",
"catalystwan-v20-15 == 2.0.0a0",
]
"ver-2016" = [
"catalystwan-v20-16 == 2.0.0a1",
"catalystwan-v20-16 == 2.0.0a0",
]
# for nox
[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion packages/catalystwan-types/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "catalystwan_types"
version = "2.0.0a1"
version = "2.0.0a0"
description = "Abstractions for Cisco Catalyst WAN SDK for Python"
requires-python = ">= 3.8"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion versions/catalystwan-v20_15/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "catalystwan-v20-15"
version = "2.0.0a1"
version = "2.0.0a0"
description = "Cisco Catalyst WAN SDK for Python :: Version 20.15"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion versions/catalystwan-v20_16/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "catalystwan-v20-16"
version = "2.0.0a1"
version = "2.0.0a0"
description = "Cisco Catalyst WAN SDK for Python :: Version 20.16"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 86514c4

Please sign in to comment.