Skip to content

Commit

Permalink
change version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Oct 11, 2018
1 parent 9b07a33 commit 5cd8a4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tensile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
################################################################################

# hardcoded tensile version; also in Tensile/Source/TensileConfigVersion.cmake
__version__ = "4.5.0"
__version__ = "4.6.0"
8 changes: 4 additions & 4 deletions bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# This script needs to be edited to bump version for new release.
# Version will be bumped in Tensile/__init__.py and in .yaml files

OLD_VERSION="4.4.0"
NEW_VERSION="4.5.0"
OLD_VERSION="4.5.0"
NEW_VERSION="4.6.0"

OLD_MINIMUM_REQUIRED_VERSION="MinimumRequiredVersion: 4.4.0"
NEW_MINIMUM_REQUIRED_VERSION="MinimumRequiredVersion: 4.5.0"
OLD_MINIMUM_REQUIRED_VERSION="MinimumRequiredVersion: 4.5.0"
NEW_MINIMUM_REQUIRED_VERSION="MinimumRequiredVersion: 4.6.0"

sed -i "s/${OLD_VERSION}/${NEW_VERSION}/g" Tensile/__init__.py

Expand Down

0 comments on commit 5cd8a4c

Please sign in to comment.