Merge ~pieq/bugit/+git/qabro:v0.16dev-update-changelog into bugit:master

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: 0250209d3235b13e34148519174112f2d60d8b27
Merged at revision: a180f37633c9d009687fa8b905953c5f19cb0937
Proposed branch: ~pieq/bugit/+git/qabro:v0.16dev-update-changelog
Merge into: bugit:master
Diff against target: 34 lines (+5/-2)
2 files modified
CHANGELOG.md (+4/-1)
qabro/__version__.py (+1/-1)
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+403196@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Pierre Equoy (pieq) wrote :

Self-approve.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/CHANGELOG.md b/CHANGELOG.md
2index 6855eb3..b72b3c5 100644
3--- a/CHANGELOG.md
4+++ b/CHANGELOG.md
5@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
6
7 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
9+## [Unreleased]
10+
11 ## [0.15] - 2021-05-24
12 ### Added
13 - Add a radio button to select at what stage the issue was filed (right after the bug happened, etc.) ([LP #1904849](https://bugs.launchpad.net/qabro/+bug/1904849))
14@@ -118,7 +120,8 @@ This version was never released and was later superseded by v0.8.
15
16 Initial version.
17
18-[Unreleased]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.14...HEAD
19+[Unreleased]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.15...HEAD
20+[0.15]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.14...v0.15
21 [0.14]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.13...v0.14
22 [0.13]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.12...v0.13
23 [0.12]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.11.1...v0.12
24diff --git a/qabro/__version__.py b/qabro/__version__.py
25index 4e7c82a..792d9d7 100644
26--- a/qabro/__version__.py
27+++ b/qabro/__version__.py
28@@ -1,5 +1,5 @@
29 __title__ = 'qabro'
30-__version__ = '0.15'
31+__version__ = '0.16dev'
32 __description__ = 'Tool to generate a Launchpad bug report and attach useful logs (using sosreport and the like).'
33 __author__ = 'Pierre Equoy'
34 __author_email__ = 'pierre.equoy@canonical.com'

Subscribers

People subscribed via source and target branches

to all changes: