Release version 0.1
This commit is contained in:
parent
3414a095d8
commit
977c952cfd
|
@ -5,6 +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
|
||||
|
||||
## [0.1] - 2020-01-29
|
||||
- Login & logout methods using backend as auth method
|
||||
- Base template with services sidebar menu
|
||||
- [added] Mailing lists view.
|
||||
- [added] Services views: mail, mailing list, SaaS, databases, domains and websites.
|
||||
- [added] Profile and billing views.
|
||||
- [added] Catalan and Spanish locales
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Package metadata definition.
|
||||
"""
|
||||
|
||||
VERSION = (0, 1, 0, 'beta', 2)
|
||||
VERSION = (0, 1, 0, 'final', 0)
|
||||
|
||||
|
||||
def get_version():
|
||||
|
|
Loading…
Reference in New Issue