Release version 0.1

This commit is contained in:
Santiago Lamora 2020-01-29 11:15:07 +01:00
parent 3414a095d8
commit 977c952cfd
2 changed files with 6 additions and 2 deletions

View File

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

View File

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