Bump to version 0.2.0 beta 1
This commit is contained in:
parent
bc84603b5e
commit
bb70914066
|
@ -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).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## master
|
## master
|
||||||
|
- [added] Write operations on mails section (addresses, mailboxes and forward).
|
||||||
- [changed] Include @pangea.org mail addresses (#4).
|
- [changed] Include @pangea.org mail addresses (#4).
|
||||||
- [fixed] Error on login when user never has logged into the system (#6).
|
- [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
|
## [0.1] - 2020-01-29
|
||||||
- Login & logout methods using backend as auth method
|
- Login & logout methods using backend as auth method
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Package metadata definition.
|
Package metadata definition.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
VERSION = (0, 2, 0, 'alpha', 1)
|
VERSION = (0, 2, 0, 'beta', 1)
|
||||||
|
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
|
|
Loading…
Reference in New Issue