Skip to content

Commit

Permalink
realising
Browse files Browse the repository at this point in the history
  • Loading branch information
dfroger committed Feb 27, 2017
1 parent 916d0f5 commit caea88a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Bump version number in files:
- geomalgo/__init__.py

Commit and tag:
git commit -m 'Bump to verions X.Y.Z'
git commit -m 'bump to version X.Y.Z'
git tag X.Y.Z
git push --tags

Expand All @@ -46,6 +46,8 @@ Change version number to X.Y.<Z+1>dev in files:
- setup.py
- geomalgo/__init__.py

git commit -m 'change version to X.Y.<Z+1>dev'

.. warning::

Changing version number to X.Y.<Z+1>dev is important, because on each commit,
Expand Down

0 comments on commit caea88a

Please sign in to comment.