Skip to content

Commit

Permalink
release 0.11.0 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed Feb 18, 2020
1 parent 1d586f1 commit edb8a6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
VERSION=`cat setup.py | grep '__version__ =' | sed 's/__version__ = //' | sed 's/"//g'`

# Creating git tag
echo "Creating tag version v${VERSION}:"
git tag -a v${VERSION} -m 'Bump version v${VERSION}'

echo "Consider doing: git push origin v${VERSION}"
echo "Considering doing the following actions:"
echo "git tag -a v${VERSION} -m 'release previous-version → v${VERSION}'"
echo "git push origin v${VERSION}"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import setup

__version__ = "0.11.0"
__version__ = "0.12.0"

with open("README.md") as readme_file:
long_description = readme_file.read()
Expand Down

0 comments on commit edb8a6b

Please sign in to comment.