From bb709140663b85fb8ddad901f1b14a9d837e58b0 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Sat, 5 Feb 2022 13:14:15 +0100 Subject: [PATCH] Bump to version 0.2.0 beta 1 --- CHANGELOG.md | 2 ++ musician/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb98ea2..f085f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ 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 +- [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). +- [fixed] Dashboard layout issues on tablet and mobile. ## [0.1] - 2020-01-29 - Login & logout methods using backend as auth method diff --git a/musician/__init__.py b/musician/__init__.py index cc9f205..e48318a 100644 --- a/musician/__init__.py +++ b/musician/__init__.py @@ -2,7 +2,7 @@ Package metadata definition. """ -VERSION = (0, 2, 0, 'alpha', 1) +VERSION = (0, 2, 0, 'beta', 1) def get_version():