diff --git a/setup.py b/setup.py
index 4e0fe2e..480c249 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
setup(
name="postorius",
- version='1.0.1',
+ version='1.0.2',
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 40e886c..04133cf 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.1'
+__version__ = '1.0.2'
diff --git a/src/postorius/doc/conf.py b/src/postorius/doc/conf.py
index a6e9597..79a4cc9 100644
--- a/src/postorius/doc/conf.py
+++ b/src/postorius/doc/conf.py
@@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
-release = '1.0b1'
+release = '1.0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst
index 9779324..f35f76a 100644
--- a/src/postorius/doc/news.rst
+++ b/src/postorius/doc/news.rst
@@ -20,6 +20,13 @@
along with Postorius. If not, see .
+1.0.2
+=====
+(2015-11-14)
+
+* Bug fix release
+
+
1.0.1
=====
(2015-04-28)
@@ -28,6 +35,7 @@
separate help pages.
* Import fix in fieldset_forms module (Django1.6 only)
+
1.0.0 -- "Frizzle Fry"
======================
(2015-04-17)