[Reproducible-commits] [reprotest] 02/03: Bump version numbers in preparation for the next release
Ceridwen
ceridwen-guest at moszumanska.debian.org
Tue Jul 19 04:45:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
ceridwen-guest pushed a commit to branch virtualization
in repository reprotest.
commit 91ef7b8f49d6a13fd3730ec80b5b4332cd3f30bd
Author: Ceridwen <ceridwenv at gmail.com>
Date: Mon Jul 18 23:21:41 2016 -0400
Bump version numbers in preparation for the next release
---
README.md | 2 +-
debian/changelog | 8 +++++++-
setup.py | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index fee71f9..1efa9f3 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ directory. A sample config file is below.
[basics]
build_command = setup.py sdist
- artifact = dist/reprotest-0.1.tar.gz
+ artifact = dist/reprotest-0.2.tar.gz
source_root = reprotest/
variations =
captures_environment
diff --git a/debian/changelog b/debian/changelog
index 0bd3795..27865e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-reprotest (0.1) wily; urgency=medium
+reprotest (0.2) unstable; urgency=medium
+
+ * Add support for schroot and qemu.
+
+ -- Ceridwen <ceridwenv at gmail.com> Sat, 11 Jun 2016 18:05:05 -0400
+
+reprotest (0.1) unstable; urgency=medium
* Initial release.
diff --git a/setup.py b/setup.py
index fa2d67b..d36df0c 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
setup(name='reprotest',
- version='0.1',
+ version='0.2',
description='Build packages and check them for reproducibility.',
long_description=open('README.md', encoding='utf-8').read(),
author='Ceridwen',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git
More information about the Reproducible-commits
mailing list