Skip to content

Commit dc98f7d

Browse files
authored
Merge pull request #70 from edx/usamasadiq/remove-click-constraint
Remove click constraint
2 parents 8611a28 + 67ab839 commit dc98f7d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Change Log
1414
Unreleased
1515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

17+
[1.1.2] - 2021-05-21
18+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
* Django is not a base requirement for the package now.
21+
* Removed the click constraint from base requirements.
22+
1723
[1.1.1] - 2021-03-30
1824
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1925

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Extensible tools for parsing annotations in codebases.
33
"""
44

5-
__version__ = '1.1.1'
5+
__version__ = '1.1.2'

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
-c constraints.txt
44

5-
click>=7.0,<8.0
5+
click
66
Jinja2
77
pyyaml
88
python-slugify

0 commit comments

Comments
 (0)