diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fd178..c884e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/musician/__init__.py b/musician/__init__.py index d97a598..fcd8f08 100644 --- a/musician/__init__.py +++ b/musician/__init__.py @@ -2,7 +2,7 @@ Package metadata definition. """ -VERSION = (0, 1, 0, 'beta', 2) +VERSION = (0, 1, 0, 'final', 0) def get_version():