Merge ~pieq/bugit/+git/qabro:release-v0.14 into bugit:master

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: a3330f7cf5120c1ed71d39b3faf62e3493247340
Merged at revision: 06210bcf69e325ab58ff94b7375158d248e4c212
Proposed branch: ~pieq/bugit/+git/qabro:release-v0.14
Merge into: bugit:master
Diff against target: 42 lines (+5/-3)
2 files modified
CHANGELOG.md (+4/-2)
qabro/__version__.py (+1/-1)
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+391413@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Pierre Equoy (pieq) wrote :

Self-approved

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 b476e42..8ad30f7 100644
3--- a/CHANGELOG.md
4+++ b/CHANGELOG.md
5@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
6 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
8 ## [Unreleased]
9+
10+## [0.14] - 2020-09-28
11 ### Added
12 - Unit tests (see Contributing Guidelines for more info)
13
14@@ -12,7 +14,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15 - Look for Checkbox sessions in `/var/tmp/checkbox-ng/sessions` to comply with the new session path in place in checkbox-ng ([LP #1892198](https://bugs.launchpad.net/qabro/+bug/1892198)).
16
17 ### Fixed
18-([LP #1891609](https://bugs.launchpad.net/qabro/+bug/1887903))
19 - `JSONDecodeError` when launching qabro on some installations ([LP #1887903](https://bugs.launchpad.net/qabro/+bug/1887903))
20 - Cannot upload attachments: 'title' error is shown ([LP #1891609](https://bugs.launchpad.net/qabro/+bug/1891609))
21
22@@ -104,7 +105,8 @@ This version was never released and was later superseded by v0.8.
23
24 Initial version.
25
26-[Unreleased]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.13...HEAD
27+[Unreleased]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.14...HEAD
28+[0.14]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.13...v0.14
29 [0.13]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.12...v0.13
30 [0.12]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.11.1...v0.12
31 [0.11.1]: https://git.launchpad.net/qabro/log/?qt=range&q=v0.10.1...v0.11.1
32diff --git a/qabro/__version__.py b/qabro/__version__.py
33index 5368ec7..76c940a 100644
34--- a/qabro/__version__.py
35+++ b/qabro/__version__.py
36@@ -1,5 +1,5 @@
37 __title__ = 'qabro'
38-__version__ = '0.14dev'
39+__version__ = '0.14'
40 __description__ = 'Tool to generate a Launchpad bug report and attach useful logs (using sosreport and the like).'
41 __author__ = 'Pierre Equoy'
42 __author_email__ = 'pierre.equoy@canonical.com'

Subscribers

People subscribed via source and target branches

to all changes: