diff --git a/docs/source/installation.rst b/docs/source/installation.rst index eb40ed028..6be736d37 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -54,7 +54,7 @@ Generic requirements Pip installation ================ -Due to a naming conflict with an unrelated project powerline is available on +Due to a naming conflict with an unrelated project, powerline is available on PyPI under the ``powerline-status`` name: .. code-block:: sh diff --git a/powerline/version.py b/powerline/version.py index 8b5195f11..0f46c6e81 100644 --- a/powerline/version.py +++ b/powerline/version.py @@ -7,9 +7,4 @@ __version__ = "2.8.2" def get_version(): - try: - return __version__ + '.dev9999+git.' + str(subprocess.check_output(['git', 'rev-parse', 'HEAD']).strip()) - except Exception: - print_exc() - return __version__ - + return __version__ diff --git a/setup.py b/setup.py index 662051fb1..0a105dccf 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def compile_client(): description='The ultimate statusline/prompt utility.', long_description=README, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: Plugins', 'Intended Audience :: End Users/Desktop',