From 65075bfcd3797b8a28b6c1452160426bd61d0116 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Fri, 21 May 2021 12:09:15 +0500 Subject: [PATCH 1/2] fix: remove click constraint --- code_annotations/__init__.py | 2 +- requirements/base.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code_annotations/__init__.py b/code_annotations/__init__.py index 94b9368..ceda719 100644 --- a/code_annotations/__init__.py +++ b/code_annotations/__init__.py @@ -2,4 +2,4 @@ Extensible tools for parsing annotations in codebases. """ -__version__ = '1.1.1' +__version__ = '1.1.2' diff --git a/requirements/base.in b/requirements/base.in index 56ac907..a3bdca6 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -2,7 +2,7 @@ -c constraints.txt -click>=7.0,<8.0 +click Jinja2 pyyaml python-slugify From 67ab839f7243b3da6c5689de6de059bc82728394 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Fri, 21 May 2021 12:35:59 +0500 Subject: [PATCH 2/2] docs: updated changelog for release 1.1.2 --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e7c5371..8f6f39d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,12 @@ Change Log Unreleased ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[1.1.2] - 2021-05-21 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Django is not a base requirement for the package now. +* Removed the click constraint from base requirements. + [1.1.1] - 2021-03-30 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~