Skip to content

Commit

Permalink
Merge pull request #5 from skip-pay/tda/chore/django_bump
Browse files Browse the repository at this point in the history
chore: Django bump to <=5.0
  • Loading branch information
Formulka authored Apr 18, 2024
2 parents ac49e01 + 848deb9 commit d018e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):
name="skip-django-psycopg2-extension",
long_description=read("README.md"),
long_description_content_type="text/markdown",
version="0.1.1.3",
version="0.2.0",
description="Library contains django commands which helps to prepare and manage PostgreSQL database.",
url="https://github.com/skip-pay/django-psycopg2-extension",
license="MIT",
Expand All @@ -28,7 +28,7 @@ def read(fname):
"Topic :: Internet :: WWW/HTTP",
],
install_requires=[
"django>=3.1,<4.0",
"django>=4.2",
],
zip_safe=False,
)

0 comments on commit d018e12

Please sign in to comment.