We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d002ca3 commit f1ffa33Copy full SHA for f1ffa33
setup.py
@@ -17,7 +17,7 @@
17
packages=find_packages(),
18
test_suite='runtests.runtests',
19
classifiers=[
20
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
21
'Environment :: Web Environment',
22
'Framework :: Django',
23
'Intended Audience :: Developers',
@@ -27,6 +27,7 @@
27
'Programming Language :: Python :: 2',
28
'Programming Language :: Python :: 2.7',
29
'Programming Language :: Python :: 3',
30
+ 'Programming Language :: Python :: 3.4',
31
'Programming Language :: Python :: 3.5',
32
'Topic :: Software Development :: Libraries :: Python Modules',
33
],
webshell/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (0, 1, 2)
+VERSION = (0, 2, 0)
2
3
4
def get_version():
0 commit comments