[27680] in Source-Commits
athinfo commit: Version bump to 10.3
daemon@ATHENA.MIT.EDU (Benjamin Barenblat)
Sun Feb 9 16:08:32 2014
Date: Sun, 9 Feb 2014 16:08:25 -0500
From: Benjamin Barenblat <bbaren@MIT.EDU>
Message-Id: <201402092108.s19L8P9Y007883@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/athinfo/commit/a1e6a3cd11330b6bfe22166ff6d20f252dba9a1e
commit a1e6a3cd11330b6bfe22166ff6d20f252dba9a1e
Author: Benjamin Barenblat <bbaren@mit.edu>
Date: Sun Feb 9 12:27:18 2014 -0800
Version bump to 10.3
In preparation for splitting the Debian packaging data into its own
branch, I’m bumping the version on this package so a rebuild gets
triggered at the appropriate time.
debian/changelog | 6 ++++++
setup.py | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1b861b1..083f232 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-athinfo (10.3-0debathena1) UNRELEASED; urgency=low
+
+ * New upstream release
+
+ -- Benjamin Barenblat <bbaren@mit.edu> Sun, 09 Feb 2014 12:26:21 -0800
+
debathena-athinfo (10.2-0debathena1) unstable; urgency=low
[ Jonathan Reed ]
diff --git a/setup.py b/setup.py
index 1a9c3d0..66a7813 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='athinfo',
- version='10.1',
+ version='10.3',
description='Retrieve information about Athena workstations',
author='Evan Broder',
scripts=['athinfo']