Skip to content

Commit

Permalink
Add note about version numbers, use v1.0.yyyymmdd
Browse files Browse the repository at this point in the history
See discussion on thegenemyers#34
  • Loading branch information
peterjc authored Jun 4, 2018
1 parent 00f87ab commit 2180dde
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,3 +590,12 @@ size = 11 cutoff = 0 all = 0
1011 1011
1836 1836
```


### Version Numbers

v1.0 has been released, but if you need to refer to a later revision
from the stable master branch, please use ``v1.0.yyyymmdd`` where
``yyyy-mm-dd`` is the date of the commit used. This is important for
method details in scientific papers, and for software packaging
(e.g. Conda, HomeBrew, or Linux distribution packages).

0 comments on commit 2180dde

Please sign in to comment.