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

Commit

Permalink
build: update to 2.0.2 for final release before archival (#434)
Browse files Browse the repository at this point in the history
Bok-Choy has been deprecated since Feb 2022
(openedx/public-engineering#13).
The docs were updated, but a new release was never pushed to PyPI,
until now.

Also in this commit: Update "Development Status" metadata field
in setup.py to "7 - Inactive".
  • Loading branch information
kdmccormick authored Apr 19, 2023
1 parent 4edda50 commit 4854975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 4854975

Please sign in to comment.