Skip to content

Commit

Permalink
Fix issues in setup.py and Bump v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danialkeimasi committed Sep 18, 2022
1 parent 87ad52b commit 9cab012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_nextjs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.0"
__version__ = "2.2.1"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
download_url="https://github.com/QueraTeam/django-nextjs",
packages=find_packages(".", include=("django_nextjs", "django_nextjs.*")),
include_package_data=True,
install_requires=["Django >= 3.2, != 4.1.0", "requests", "aiohttp", "channels", "websockets"],
install_requires=["Django >= 3.2", "requests", "aiohttp", "channels", "websockets"],
extras_require={"dev": dev_requirements},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand All @@ -41,7 +41,6 @@
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 9cab012

Please sign in to comment.