Skip to content

Commit 840145a

Browse files
committed
Changelog notice and setup.py change
1 parent 36699ba commit 840145a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Pending Release
66

77
.. Insert new release notes below this line
88
9+
* Upgrade to support django-debug-toolbar 2.0+.
10+
911
1.1.0 (2019-09-06)
1012
------------------
1113

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
license='Simplified BSD License',
1818
packages=find_packages(),
1919
install_requires=[
20-
'django-debug-toolbar>=1.1,<2.0',
20+
'django-debug-toolbar>=2.0',
2121
'wrapt',
2222
],
2323
include_package_data=True,

0 commit comments

Comments
 (0)