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 46171de commit 1a695beCopy full SHA for 1a695be
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.3
+current_version = 0.1.4
3
commit = True
4
tag = True
5
django_virtual_models/__init__.py
@@ -1,7 +1,7 @@
"""Top-level package for django_virtual_models."""
import logging
-__version__ = "0.1.3"
+__version__ = "0.1.4"
6
# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
7
logging.getLogger(__name__).addHandler(logging.NullHandler())
0 commit comments