diff --git a/README.rst b/README.rst
index 0af843c..d978a8a 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@
Postorius requires Python 2.6 or newer and mailman.client,
the official Python bindings for GNU Mailman, it also requires
django-social-auth.
-The minimum Django version is 1.3.
+The minimum Django version is 1.6.
Postorius needs a running version of GNU Mailman version 3.
diff --git a/setup.py b/setup.py
index 8dcca73..c5fa13f 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
setup(
name="postorius",
- version='1.0.0b1',
+ version='1.0.0b2',
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 d841089..a24665c 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.0b1'
+__version__ = '1.0.0b2'
diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst
index 824807a..5f61066 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-xx)
+1.0 beta 2
+==========
+(2015-04-15)
* French translation. Provided by Guillaume Libersat
* Addedd an improved test harness using WebTest. Contributed by Aurélien Bompard.