Skip to content

Commit

Permalink
Updated the version to 4.3.4rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 25, 2024
1 parent 4fe28f5 commit 6ce0b5e
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
@@ -1 +1 @@
0
2
Expand Up @@ -7,7 +7,7 @@
__build__ = json.load(fp)

# Module version
version_info = (4, 3, 3, "final", __build__, 0)
version_info = (4, 3, 4, "candidate", __build__, 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down
@@ -1 +1 @@
0
2
Expand Up @@ -7,7 +7,7 @@
__build__ = json.load(fp)

# Module version
version_info = (4, 3, 3, "final", __build__, 0)
version_info = (4, 3, 4, "candidate", __build__, 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down
2 changes: 1 addition & 1 deletion vantage6-backend-common/vantage6/backend/common/__build__
@@ -1 +1 @@
0
2
Expand Up @@ -7,7 +7,7 @@
__build__ = json.load(fp)

# Module version
version_info = (4, 3, 3, "final", __build__, 0)
version_info = (4, 3, 4, "candidate", __build__, 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down
2 changes: 1 addition & 1 deletion vantage6-client/vantage6/client/__build__
@@ -1 +1 @@
0
2
2 changes: 1 addition & 1 deletion vantage6-client/vantage6/client/_version.py
Expand Up @@ -7,7 +7,7 @@
__build__ = json.load(fp)

# Module version
version_info = (4, 3, 3, "final", __build__, 0)
version_info = (4, 3, 4, "candidate", __build__, 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down
2 changes: 1 addition & 1 deletion vantage6-common/vantage6/common/__build__
@@ -1 +1 @@
0
2
2 changes: 1 addition & 1 deletion vantage6-common/vantage6/common/_version.py
Expand Up @@ -7,7 +7,7 @@
__build__ = json.load(fp)

# Module version
version_info = (4, 3, 3, "final", __build__, 0)
version_info = (4, 3, 4, "candidate", __build__, 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down
2 changes: 1 addition & 1 deletion vantage6-node/vantage6/node/__build__
@@ -1 +1 @@
0
2
2 changes: 1 addition & 1 deletion vantage6-node/vantage6/node/_version.py
Expand Up @@ -7,7 +7,7 @@
__build__ = json.load(fp)

# Module version
version_info = (4, 3, 3, "final", __build__, 0)
version_info = (4, 3, 4, "candidate", __build__, 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down
2 changes: 1 addition & 1 deletion vantage6-server/vantage6/server/__build__
@@ -1 +1 @@
0
2
2 changes: 1 addition & 1 deletion vantage6-server/vantage6/server/_version.py
Expand Up @@ -7,7 +7,7 @@
__build__ = json.load(fp)

# Module version
version_info = (4, 3, 3, "final", __build__, 0)
version_info = (4, 3, 4, "candidate", __build__, 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down
4 changes: 2 additions & 2 deletions vantage6-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vantage6-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "vantage6-UI",
"version": "4.3.3",
"version": "4.3.4-rc2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion vantage6/vantage6/cli/__build__
@@ -1 +1 @@
0
2
2 changes: 1 addition & 1 deletion vantage6/vantage6/cli/_version.py
Expand Up @@ -7,7 +7,7 @@
__build__ = json.load(fp)

# Module version
version_info = (4, 3, 3, "final", __build__, 0)
version_info = (4, 3, 4, "candidate", __build__, 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down

0 comments on commit 6ce0b5e

Please sign in to comment.