Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed May 29, 2023
1 parent ed3068e commit 2493293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_virtual_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for django_virtual_models."""
import logging

__version__ = "0.1.4"
__version__ = "0.1.5"

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

0 comments on commit 2493293

Please sign in to comment.