We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ca888 commit 3bc6125Copy full SHA for 3bc6125
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-mongoengine"
3
-version = "0.3.3"
+version = "0.4.0-alpha.0"
4
description = "Django support for MongoDB via MongoEngine"
5
authors = ["Ross Lawley <[email protected]>"]
6
setup.py
@@ -19,7 +19,7 @@
19
import os
20
21
22
-__version__ = '0.3.3'
+__version__ = '0.4.0-alpha.0'
23
__description__ = 'Django support for MongoDB via MongoEngine'
24
__license__ = 'BSD'
25
__author__ = 'Ross Lawley'
0 commit comments