Skip to content

Commit b80f6d8

Browse files
committedApr 11, 2023
Version bump and fixed workflow
1 parent 9310217 commit b80f6d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎leaflet_admin_list/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.6"
1+
__version__ = "0.0.7"

‎tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ deps =
4848
mock
4949
psycopg2-binary
5050
coverage
51+
django>=4.1,<4.2
5152
setenv =
5253
DATABASE_USER={env:DATABASE_USER:test}
5354
DATABASE_PASSWORD={env:DATABASE_PASSWORD:test}

0 commit comments

Comments
 (0)
Please sign in to comment.