-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v0.3.0 * Update version in app_test_suite/version.py * Update version in setup.py * Update version in dats.sh * Release v0.3.0 * Revert "Release v0.3.0" This reverts commit 5843713. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gerald Pape <[email protected]>
- Loading branch information
1 parent
e5e00b5
commit f821d9d
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
build_ver = "v0.2.9-130f45b061f582d84fccd06443359061bb8599c9" | ||
build_ver = "v0.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="app_test_suite", | ||
version="0.2.4", | ||
version="0.3.0", | ||
author="Łukasz Piątkowski", | ||
author_email="[email protected]", | ||
description="An app testing suite for GiantSwarm app platform", | ||
|