Skip to content

Commit e5f0da4

Browse files
committed
Release 1.7.1
1 parent 6aef9f0 commit e5f0da4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 1.7.1 - 2021-08-13
2+
3+
- Fix for django version detection
4+
5+
## 1.7.0 - 2021-08-12
6+
7+
- Django 3.1 and 3.2 support

setup.py

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

1818
setup(
1919
name="stream-django",
20-
version="1.7.0",
20+
version="1.7.1",
2121
packages=["stream_django"],
2222
include_package_data=True,
2323
install_requires=requirements,

0 commit comments

Comments
 (0)