Skip to content

Commit

Permalink
Merge pull request #133 from igorkramaric/django-5
Browse files Browse the repository at this point in the history
Django 5.x
  • Loading branch information
igorkramaric authored May 16, 2024
2 parents 2906675 + 46ec612 commit 232c5b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cython==0.29.32
psycopg[binary]==3.1.12
Django==4.2.6
python-dateutil==2.8.2
Cython==3.0.10
psycopg[binary]==3.1.19
Django==5.0.6
python-dateutil==2.9.0.post0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='daffodil',
version='0.6.7',
version='0.7.0',
author='James Robert',
description='A Super-simple DSL for filtering datasets',
license='MIT',
Expand Down

0 comments on commit 232c5b7

Please sign in to comment.