Skip to content

Commit

Permalink
Merge pull request #115 from edx/aht007/BOM-RELEASE-WITH-PYTHON37
Browse files Browse the repository at this point in the history
Bumped the version and changed release version to py37
  • Loading branch information
aht007 authored Nov 23, 2021
2 parents ca40509 + b27be1c commit 8482dcb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.7

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Change Log
Unreleased
~~~~~~~~~~

[2.2.0] - 2021-11-23
~~~~~~~~~~~~~~~~~~~~

Removed
_____

* Removed Python 3.6 support as it is reaching end of life in December 2021

[2.1.0] - 2020-11-03
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pytest_repo_health/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from typing import Union

__version__ = "2.1.1"
__version__ = "2.2.0"


def health_metadata(parent_path: list, output_keys: dict):
Expand Down

0 comments on commit 8482dcb

Please sign in to comment.