Bump to version 0.2.0 beta 1

This commit is contained in:
Santiago L 2022-02-05 13:14:15 +01:00
parent bc84603b5e
commit bb70914066
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
Package metadata definition.
"""
VERSION = (0, 2, 0, 'alpha', 1)
VERSION = (0, 2, 0, 'beta', 1)
def get_version():