We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafced2 commit d084887Copy full SHA for d084887
3 files changed
debian/changelog
@@ -1,4 +1,4 @@
1
-package-notes (0.4) UNRELEASED; urgency=medium
+package-notes (0.5) unstable; urgency=medium
2
3
[ Zbigniew Jędrzejewski-Szmek ]
4
* generator: add a hint how to use the output to the output
dh/dh_package_notes
@@ -11,7 +11,7 @@ use strict;
11
use warnings;
12
use Debian::Debhelper::Dh_Lib
13
qw(%dh doit hostarch init isnative sourcepackage);
14
-our $VERSION = '0.3';
+our $VERSION = '0.5';
15
16
=head1 SYNOPSIS
17
generate-package-notes.py
@@ -53,7 +53,7 @@
53
See https://systemd.io/COREDUMP_PACKAGE_METADATA/ for details.
54
"""
55
56
-__version__ = '0.4'
+__version__ = '0.5'
57
58
import argparse
59
import itertools
0 commit comments