Browse Source

bump version to alpha 2

Rafał Pitoń 8 years ago
parent
commit
ef2f5a83a3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      misago/__init__.py
  2. 1 1
      setup.py

+ 1 - 1
misago/__init__.py

@@ -1 +1 @@
-__version__ = '0.6a1'
+__version__ = '0.6a2'

+ 1 - 1
setup.py

@@ -30,7 +30,7 @@ setup(
     description=(
         "Misago is modern, fully featured forum application written in "
         "Python and ES6, powered by Django and React.js. It works out of "
-        "the box and plays nice with other projects like Django-CMS."
+        "the box and plays nicely with other projects like Django-CMS."
     ),
     url='http://www.misago-project.org/',
     author=u'Rafał Pitoń',