__version__.py: reference PEP 440 instead.
parent
d20777aa75
commit
9d68dee7dd
|
|
@ -1,14 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
See PEP 386 (https://www.python.org/dev/peps/pep-0386/)
|
See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
|
||||||
|
|
||||||
Release logic:
|
|
||||||
1. Remove "dev#" from current (this file, now AND setup.py!).
|
|
||||||
2. git commit
|
|
||||||
3. git tag <version>
|
|
||||||
4. push to pypi + push --tags to github
|
|
||||||
5. bump the version, append ".dev0"
|
|
||||||
6. git commit
|
|
||||||
7. push to github
|
|
||||||
"""
|
"""
|
||||||
__version__ = "0.7"
|
__version__ = "0.7"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue