Skip to content

Commit d084887

Browse files
committed
version 0.5
1 parent cafced2 commit d084887

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package-notes (0.4) UNRELEASED; urgency=medium
1+
package-notes (0.5) unstable; urgency=medium
22

33
[ Zbigniew Jędrzejewski-Szmek ]
44
* generator: add a hint how to use the output to the output

dh/dh_package_notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use strict;
1111
use warnings;
1212
use Debian::Debhelper::Dh_Lib
1313
qw(%dh doit hostarch init isnative sourcepackage);
14-
our $VERSION = '0.3';
14+
our $VERSION = '0.5';
1515

1616
=head1 SYNOPSIS
1717

generate-package-notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
See https://systemd.io/COREDUMP_PACKAGE_METADATA/ for details.
5454
"""
5555

56-
__version__ = '0.4'
56+
__version__ = '0.5'
5757

5858
import argparse
5959
import itertools

0 commit comments

Comments
 (0)