Skip to content

Commit

Permalink
Merge pull request #70 from edx/usamasadiq/remove-click-constraint
Browse files Browse the repository at this point in the history
Remove click constraint
  • Loading branch information
UsamaSadiq committed May 21, 2021
2 parents 8611a28 + 67ab839 commit dc98f7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion code_annotations/__init__.py
Expand Up @@ -2,4 +2,4 @@
Extensible tools for parsing annotations in codebases.
"""

__version__ = '1.1.1'
__version__ = '1.1.2'
2 changes: 1 addition & 1 deletion requirements/base.in
Expand Up @@ -2,7 +2,7 @@

-c constraints.txt

click>=7.0,<8.0
click
Jinja2
pyyaml
python-slugify
Expand Down

0 comments on commit dc98f7d

Please sign in to comment.