From 96cdb32c9a67c1467736e47e755785b4cfde007c Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 8 Aug 2017 14:35:02 -0400 Subject: [PATCH] Release 0.16.0 Signed-off-by: Chris Lalancette --- debian/changelog | 6 ++++++ oz.spec.in | 3 +++ setup.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d2bdf6e3..862406af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +oz (0.16.0-1) unstable; urgency=low + + * Update to Oz 0.16.0 + + -- Chris Lalancette Tue, 08 Aug 2017 14:37:00 -0500 + oz (0.15.0-1) unstable; urgency=low * Update to Oz 0.15.0 diff --git a/oz.spec.in b/oz.spec.in index a7c3070c..f9ba525c 100644 --- a/oz.spec.in +++ b/oz.spec.in @@ -87,6 +87,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Aug 08 2016 Chris Lalancette - 0.16.0-1 +- Release 0.16.0 + * Sun Feb 28 2016 Chris Lalancette - 0.15.0-1 - Release 0.15.0 diff --git a/setup.py b/setup.py index 396cb224..3469b66b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import time VERSION = '0.16.0' -RELEASE = '0' +RELEASE = '1' datafiles = [('share/man/man1', ['man/oz-install.1', 'man/oz-generate-icicle.1', 'man/oz-customize.1', 'man/oz-examples.1',