From 49d49a3044690559b9ee707254a1340052885dbb Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Fri, 11 Mar 2022 14:07:06 +0100 Subject: [PATCH] Release version 0.2.0 --- CHANGELOG.md | 7 +++++++ musician/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f085f24..b5f234d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## master + +## [0.2.0] 2022-03-11 +- [added] Language selector. +- [added] Help link. +- [changed] Order bills by creation date DESC. + +## [0.2.0-beta1] 2022-02-05 - [added] Write operations on mails section (addresses, mailboxes and forward). - [changed] Include @pangea.org mail addresses (#4). - [fixed] Error on login when user never has logged into the system (#6). diff --git a/musician/__init__.py b/musician/__init__.py index e48318a..0022e48 100644 --- a/musician/__init__.py +++ b/musician/__init__.py @@ -2,7 +2,7 @@ Package metadata definition. """ -VERSION = (0, 2, 0, 'beta', 1) +VERSION = (0, 2, 0, 'final', 0) def get_version():