From 113e46188f043b36e7a8671817d0b2f91689555d Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Thu, 24 Aug 2017 08:01:53 +0200 Subject: [PATCH] Bump version 0.84.13 --- debian/changelog | 6 ++++++ wscript | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 17886cfa..ec2a1a35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +oregano (0.84.13-0) unstable; urgency=high + + * Update upstream + + -- Bernhard Schuster Thu, 24 Aug 2017 08:01:44 +0200 + oregano (0.84.12-0) unstable; urgency=high * Update upstream diff --git a/wscript b/wscript index e4b682a0..3cfbc415 100644 --- a/wscript +++ b/wscript @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # encoding: utf-8 -VERSION = '0.84.12' +VERSION = '0.84.13' APPNAME = 'oregano' top = '.'