From 1df9b4781237c3bdbf76c87611fa696791042666 Mon Sep 17 00:00:00 2001 From: Marc Brinkmann Date: Tue, 23 Jun 2015 12:18:52 +0200 Subject: [PATCH] Release version 3.3.5.2 --- docs/conf.py | 2 +- flask_bootstrap/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0658049d..a06f2e31 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '3.3.5.2' # The full version, including alpha/beta/rc tags. -release = '3.3.5.2.dev1' +release = '3.3.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/flask_bootstrap/__init__.py b/flask_bootstrap/__init__.py index 07c8b51d..5a52101d 100644 --- a/flask_bootstrap/__init__.py +++ b/flask_bootstrap/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding=utf8 -__version__ = '3.3.5.2.dev1' +__version__ = '3.3.5.2' import re diff --git a/setup.py b/setup.py index 135372f9..989b97cd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name='Flask-Bootstrap', - version='3.3.5.2.dev1', + version='3.3.5.2', url='http://github.com/mbr/flask-bootstrap', license='BSD', author='Marc Brinkmann',