Skip to content

Commit 0e092b8

Browse files
committed
address review
1 parent 86016df commit 0e092b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

django_mongodb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.0.0.dev2"
1+
__version__ = "5.0a0"
22

33
# Check Django compatibility before other imports which may fail if the
44
# wrong version of Django is installed.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# NOTE: this needs to change per branch to track the django version.
12
django>=5.0,<5.1
23
pymongo>=4.6,<5.0

0 commit comments

Comments
 (0)