Просмотр исходного кода

bump release from alpha to perpetual beta, note this in readme

Rafał Pitoń 8 лет назад
Родитель
Сommit
aef7155792
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      README.rst
  2. 1 1
      misago/__init__.py
  3. 1 1
      setup.py

+ 1 - 1
README.rst

@@ -19,7 +19,7 @@ Misago
    :alt: Works on Python 2.7, 3.5, 3,6
 
 
-**Development Status: Alpha**
+**Development Status: `🍌Banans🍌 <https://en.wikipedia.org/wiki/Perpetual_beta>`_**
 
 Misago aims to be complete, featured and modern forum solution that has no fear to say 'NO' to common and outdated opinions about how forum software should be made and what it should do.
 

+ 1 - 1
misago/__init__.py

@@ -1 +1 @@
-__version__ = '0.6a11'
+__version__ = '0.6'

+ 1 - 1
setup.py

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