Skip to content

Commit

Permalink
DOC use git version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 22, 2019
1 parent 00265d6 commit af0dd77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Define Release

RELEASE=2020.0.0
RELEASE=`python ./setup.py version | grep "^Version: " | cut -d' ' -f2`
# next line will show if ANY changes since tag
echo ${RELEASE} | grep +

## PyPI upload

Expand Down

0 comments on commit af0dd77

Please sign in to comment.