Skip to content

Commit 2493293

Browse files
committed
Version 0.1.5
1 parent ed3068e commit 2493293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_virtual_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Top-level package for django_virtual_models."""
22
import logging
33

4-
__version__ = "0.1.4"
4+
__version__ = "0.1.5"
55

66
# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
77
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)