diff --git a/docs/release_notes/v1.0.rst b/docs/release_notes/v1.0.rst index cffd76d24..e76316f64 100644 --- a/docs/release_notes/v1.0.rst +++ b/docs/release_notes/v1.0.rst @@ -1,6 +1,6 @@ -#################################################### -Django-machina 1.0 release notes (UNDER DEVELOPMENT) -#################################################### +############################################# +Django-machina 1.0 release notes (2019-04-06) +############################################# Requirements and compatibility ------------------------------ diff --git a/machina/__init__.py b/machina/__init__.py index 6c42fb870..527888518 100644 --- a/machina/__init__.py +++ b/machina/__init__.py @@ -10,7 +10,7 @@ import os -__version__ = '1.0.0.dev0' +__version__ = '1.0.0' # Main Machina static directory.