[Python-modules-commits] [python-smstrade] 15/17: Fix version number to be independent of master branch changes

Jan Dittberner jandd at moszumanska.debian.org
Sat Jan 2 20:36:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

jandd pushed a commit to branch master
in repository python-smstrade.

commit 80c00ef0ed56c9e4d57387ab09e372ddb025775f
Author: Jan Dittberner <jandd at debian.org>
Date:   Sat Jan 2 19:13:29 2016 +0100

    Fix version number to be independent of master branch changes
---
 setup.py             | 5 +----
 smstrade/_version.py | 5 +----
 version.txt          | 2 +-
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/setup.py b/setup.py
index c08907d..5c19a91 100644
--- a/setup.py
+++ b/setup.py
@@ -49,15 +49,12 @@ setup(
         "a Python library and command line tool to send SMS via the smstrade"
         " service."),
     long_description=long_description,
+    version='0.2.4',
     requires=['requests', 'appdirs'],
     author="Jan Dittberner",
     author_email="jan at dittberner.info",
     packages=find_packages(exclude=['tests']),
-    setup_requires=['vcversioner'],
     license="MIT",
-    vcversioner={
-        'version_module_paths': ['smstrade/_version.py'],
-    },
     entry_points={
         'console_scripts': [
             'smstrade_send = smstrade:send_sms',
diff --git a/smstrade/_version.py b/smstrade/_version.py
index d9e27ce..ace3989 100644
--- a/smstrade/_version.py
+++ b/smstrade/_version.py
@@ -1,5 +1,2 @@
-
-# This file is automatically generated by setup.py.
+# This file is patched by the Debian package
 __version__ = '0.2.4'
-__sha__ = 'g19d040f'
-__revision__ = 'g19d040f'
diff --git a/version.txt b/version.txt
index 1f53580..abd4105 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.2.4-0-g19d040f
\ No newline at end of file
+0.2.4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-smstrade.git



More information about the Python-modules-commits mailing list