Skip to content

Commit

Permalink
Merge pull request #19 from wilberhdezmp/upgrade-to-django-4-0-4
Browse files Browse the repository at this point in the history
Bumps django from 3.2.7 to 4.0.4
  • Loading branch information
igorkramaric authored Jun 14, 2022
2 parents 0a7f280 + 2e7270c commit 414dbcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
psycopg2-binary==2.8.6
django==3.2.7
django==4.0.4
Pillow==9.0.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='jsonate',
version='0.7.4',
version='0.7.5',

author='James Robert',
author_email='[email protected]',
Expand All @@ -17,7 +17,7 @@
url='http://jsonate.com',

install_requires=[
"django>=3.0",
"django>=4.0.4",
],

packages=[
Expand Down

0 comments on commit 414dbcf

Please sign in to comment.