Skip to content

Commit 9cab012

Browse files
committed
Fix issues in setup.py and Bump v2.2.1
1 parent 87ad52b commit 9cab012

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

django_nextjs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.2.1"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
download_url="https://github.com/QueraTeam/django-nextjs",
3131
packages=find_packages(".", include=("django_nextjs", "django_nextjs.*")),
3232
include_package_data=True,
33-
install_requires=["Django >= 3.2, != 4.1.0", "requests", "aiohttp", "channels", "websockets"],
33+
install_requires=["Django >= 3.2", "requests", "aiohttp", "channels", "websockets"],
3434
extras_require={"dev": dev_requirements},
3535
classifiers=[
3636
"Development Status :: 5 - Production/Stable",
@@ -41,7 +41,6 @@
4141
"Intended Audience :: Developers",
4242
"Operating System :: OS Independent",
4343
"Programming Language :: Python",
44-
"Programming Language :: Python :: 3.6",
4544
"Programming Language :: Python :: 3.7",
4645
"Programming Language :: Python :: 3.8",
4746
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)