Skip to content

Commit 1b0c443

Browse files
committed
Updated the version update procedure
1 parent 615f065 commit 1b0c443

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ Alternatively, you can follow more thorough instructions
102102
[here](http://scikit-image.org/docs/dev/contribute.html).
103103

104104
# Developer notes
105-
To update versions, change it in `picoscope/__init__.py`, `__version__ = "X.Y.Z"`
106-
107-
Once the versions have been updated, commit and create a new tag with git
105+
Commit and create a new tag with git
108106
```
109107
git commit
110108
git tag -a X.Y.Z -m "Short descriptive message"
@@ -120,4 +118,5 @@ or to push all tags
120118
git push --tags
121119
```
122120

121+
[versioneer](https://github.com/warner/python-versioneer) takes care of updating the version.
123122
New tags will be pushed to PyPi automatically by Travis.

0 commit comments

Comments
 (0)