From 78fa3bbdd1dcd7d6373a7c1e3b6e688aaff25c20 Mon Sep 17 00:00:00 2001 From: Tobias Macey Date: Mon, 12 Jun 2023 14:33:50 -0400 Subject: [PATCH 1/2] Delete PR Template We have created a unified pull request template managed in https://github.com/mitodl/.github to be used across the whole organization. This deletes the PR template from this repository to allow the universal template to be applied. --- pull_request_template.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 96e1c34..0000000 --- a/pull_request_template.md +++ /dev/null @@ -1,14 +0,0 @@ -#### What are the relevant tickets? -(Required) - -#### What's this PR do? -(Required) - -#### How should this be manually tested? -(Required) - -#### Where should the reviewer start? -(Optional) - -#### Any background context you want to provide? -(Optional) From 8bc97c813af75c53558d056c1ebfde29772adada Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 22 Jan 2025 13:19:23 +0000 Subject: [PATCH 2/2] Release 0.35.2 --- RELEASE.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index a3c0b33..5b1483a 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.35.2 +-------------- + +- Delete PR Template + Version 0.35.1 (Released May 11, 2022) -------------- diff --git a/setup.py b/setup.py index c9b20c8..e6e47ab 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="ocw_data_parser", - version="0.35.1", + version="0.35.2", packages=find_packages(), install_requires=[ "boto3>=1.9.62",