From f1ffa3302216e4dfee7b8cd62535dce4270fc56a Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 7 Sep 2016 17:38:48 +0300 Subject: [PATCH] Version 0.2 --- setup.py | 3 ++- webshell/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 02881d8..51d7a02 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ packages=find_packages(), test_suite='runtests.runtests', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', @@ -27,6 +27,7 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries :: Python Modules', ], diff --git a/webshell/__init__.py b/webshell/__init__.py index 9a32c2a..02c4ad9 100644 --- a/webshell/__init__.py +++ b/webshell/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 2) +VERSION = (0, 2, 0) def get_version():