Skip to content

Commit

Permalink
New tag (2.2.127)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Nov 2, 2023
1 parent 2bf97b3 commit 9956ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Libs/swig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except:
pass

PROJECT_VERSION="2.2.126"
PROJECT_VERSION="2.2.127"

this_dir=os.path.dirname(os.path.abspath(__file__))

Expand Down
3 changes: 1 addition & 2 deletions scripts/new-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

set -ex

# TAG=$(python3 Libs/swig/setup.py new-tag) && echo ${TAG}
TAG=2.2.81
TAG=$(python3 Libs/swig/setup.py new-tag) && echo ${TAG}

git commit -a -m "New tag ($TAG)"
git tag -a $TAG -m "$TAG"
Expand Down

0 comments on commit 9956ef9

Please sign in to comment.