Browse Source

bump version to 0.10

Rafał Pitoń 7 years ago
parent
commit
4ae2e5cf7c
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.10.0a1'
+__version__ = '0.10.0'

+ 1 - 1
setup.py

@@ -48,7 +48,7 @@ setup(
     ]},
     test_suite="runtests.runtests",
     classifiers=[
-        'Development Status :: 3 - Alpha',
+        'Development Status :: 4 - Beta',
         'Environment :: Web Environment',
         'Framework :: Django',
         'Intended Audience :: Developers',