[Python-modules-commits] [python-smstrade] 02/17: Fix version number to be independent of master branch changes
Jan Dittberner
jandd at moszumanska.debian.org
Sat Jan 2 20:36:30 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 52011f66d5aea3999c069529fdce644aba62dee9
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 | 4 ----
smstrade/_version.py | 5 +----
version.txt | 2 +-
3 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/setup.py b/setup.py
index c08907d..2350c47 100644
--- a/setup.py
+++ b/setup.py
@@ -53,11 +53,7 @@ setup(
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