diff --git a/setup.py b/setup.py
index 0c01869..78bb791 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
setup(
name="postorius",
- version='1.0.0b3',
+ version='1.0.0',
description="A web user interface for GNU Mailman",
long_description=open('README.rst').read(),
maintainer="The Mailman GSOC Coders",
diff --git a/src/postorius/__init__.py b/src/postorius/__init__.py
index 871cc3f..8071820 100644
--- a/src/postorius/__init__.py
+++ b/src/postorius/__init__.py
@@ -16,4 +16,4 @@
# You should have received a copy of the GNU General Public License along with
# Postorius. If not, see .
-__version__ = '1.0.0b3'
+__version__ = '1.0.0'
diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst
index dbd9b56..714763e 100644
--- a/src/postorius/doc/news.rst
+++ b/src/postorius/doc/news.rst
@@ -20,9 +20,9 @@
along with Postorius. If not, see .
-1.0.0
-=====
-(2015-04-x)
+1.0.0 -- "Frizzle Fry"
+======================
+(2015-04-17)
* French translation. Provided by Guillaume Libersat
* Addedd an improved test harness using WebTest. Contributed by Aurélien Bompard.