From 04154736cf2b5b538faee3ec58aba73e779cd4ef Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Sat, 6 Apr 2019 17:52:55 -0400 Subject: [PATCH] Prepare 1.0 release --- docs/release_notes/v1.0.rst | 6 +++--- machina/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.