diff --git a/setup.py b/setup.py index 78bb791..4e0fe2e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="postorius", - version='1.0.0', + version='1.0.1', 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 8071820..40e886c 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.0' +__version__ = '1.0.1' diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst index 714763e..9779324 100644 --- a/src/postorius/doc/news.rst +++ b/src/postorius/doc/news.rst @@ -20,6 +20,14 @@ along with Postorius. If not, see . +1.0.1 +===== +(2015-04-28) + +* Help texts Small visual alignment fix; removed unnecessary links to +separate help pages. +* Import fix in fieldset_forms module (Django1.6 only) + 1.0.0 -- "Frizzle Fry" ====================== (2015-04-17)