We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8611a28 + 67ab839 commit dc98f7dCopy full SHA for dc98f7d
CHANGELOG.rst
@@ -14,6 +14,12 @@ Change Log
14
Unreleased
15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
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
23
[1.1.1] - 2021-03-30
24
25
code_annotations/__init__.py
@@ -2,4 +2,4 @@
2
Extensible tools for parsing annotations in codebases.
3
"""
4
5
-__version__ = '1.1.1'
+__version__ = '1.1.2'
requirements/base.in
@@ -2,7 +2,7 @@
-c constraints.txt
-click>=7.0,<8.0
+click
6
Jinja2
7
pyyaml
8
python-slugify
0 commit comments