fix another occurence of "macro" to "major"

This commit is contained in:
holger krekel 2015-09-22 10:45:55 +02:00
parent f19ba6c2b1
commit a5ff345f7b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
- (experimental) adapt more SEMVER style versioning and change meaning of - (experimental) adapt more SEMVER style versioning and change meaning of
master branch in git repo: "master" branch now keeps the bugfixes, changes master branch in git repo: "master" branch now keeps the bugfixes, changes
aimed for micro releases. "features" branch will only be be released aimed for micro releases. "features" branch will only be be released
with minor or macro pytest releases. with minor or major pytest releases.
- Fix issue #766 by removing documentation references to distutils. - Fix issue #766 by removing documentation references to distutils.
Thanks Russel Winder. Thanks Russel Winder.