Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr authored Oct 13, 2023
1 parent cde0bc4 commit b00f55a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--prefer-binary
requests
openapiart==0.3.3
openapiart==0.3.4
4 changes: 2 additions & 2 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
USE_MODELS_DIR = None

# supported values - branch name or None
USE_OPENAPIART_BRANCH = "changed-required-field-to-optional"
USE_MODELS_BRANCH = "change-required-field-in-proto"
USE_OPENAPIART_BRANCH = None
USE_MODELS_BRANCH = None

OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git"
MODELS_REPO = "https://github.com/open-traffic-generator/models.git"
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


class Version:
models_version = "0.12.4"
version = "0.12.5"
models_version = "0.13.0"
version = "0.13.0"
package_name = "snappi"
protobuf_name = "otg"
go_package_name = "gosnappi"

0 comments on commit b00f55a

Please sign in to comment.