Browse Source

Set version to 2.1.0

Peter Justin 3 years ago
parent
commit
beed512a85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/__init__.py

+ 1 - 1
flaskbb/__init__.py

@@ -9,7 +9,7 @@
     :copyright: (c) 2014 by the FlaskBB Team.
     :copyright: (c) 2014 by the FlaskBB Team.
     :license: BSD, see LICENSE for more details.
     :license: BSD, see LICENSE for more details.
 """
 """
-__version__ = "2.0.2"
+__version__ = "2.1.0"
 
 
 import logging
 import logging