Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

build: update to 2.0.2 for final release before archival #434

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bok_choy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
for log_name in NOISY_LOGGERS:
logging.getLogger(log_name).setLevel(logging.WARNING)

__version__ = '2.0.1'
__version__ = '2.0.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from setuptools import setup

DESCRIPTION = 'UI-level acceptance test framework'
DESCRIPTION = 'Deprecated UI-level acceptance test framework'


def load_requirements(*requirements_paths):
Expand Down Expand Up @@ -114,7 +114,7 @@ def get_version(*file_paths):
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
license='Apache 2.0',
classifiers=['Development Status :: 5 - Production/Stable',
classifiers=['Development Status :: 7 - Inactive',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down