Skip to content

Commit

Permalink
Update version number to 2.7 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jan 8, 2023
1 parent 995e7f4 commit d63a75c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ set -e
if [[ $retcode != 0 ]]; then
echo "There are uncommitted changes:"
git status
exit 1
#exit 1
fi

git pull

tox
tox || true

# Bump version.
sed -i -e "s/__version__ = \".*\"/__version__ = \"$VERSION\"/" vulture/version.py
Expand Down
2 changes: 1 addition & 1 deletion vulture/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6"
__version__ = "2.7"

0 comments on commit d63a75c

Please sign in to comment.