From 9d68dee7dd05b6f73231eec85963ca11b676fdb5 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Thu, 30 Apr 2015 11:35:19 +0200 Subject: [PATCH] __version__.py: reference PEP 440 instead. --- polymorphic/__version__.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/polymorphic/__version__.py b/polymorphic/__version__.py index 6460cb1..ec7b15a 100644 --- a/polymorphic/__version__.py +++ b/polymorphic/__version__.py @@ -1,14 +1,5 @@ # -*- coding: utf-8 -*- """ -See PEP 386 (https://www.python.org/dev/peps/pep-0386/) - -Release logic: - 1. Remove "dev#" from current (this file, now AND setup.py!). - 2. git commit - 3. git tag - 4. push to pypi + push --tags to github - 5. bump the version, append ".dev0" - 6. git commit - 7. push to github +See PEP 440 (https://www.python.org/dev/peps/pep-0440/) """ __version__ = "0.7"