Skip to content

Commit 414dbcf

Browse files
authored
Merge pull request #19 from wilberhdezmp/upgrade-to-django-4-0-4
Bumps django from 3.2.7 to 4.0.4
2 parents 0a7f280 + 2e7270c commit 414dbcf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
psycopg2-binary==2.8.6
2-
django==3.2.7
2+
django==4.0.4
33
Pillow==9.0.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='jsonate',
5-
version='0.7.4',
5+
version='0.7.5',
66

77
author='James Robert',
88
author_email='jiaaro@gmail.com',
@@ -17,7 +17,7 @@
1717
url='http://jsonate.com',
1818

1919
install_requires=[
20-
"django>=3.0",
20+
"django>=4.0.4",
2121
],
2222

2323
packages=[

0 commit comments

Comments
 (0)