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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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