Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jan 19, 2024
1 parent c53bf3e commit 2eda0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_virtual_models/__init__.py
@@ -1,7 +1,7 @@
"""Top-level package for django_virtual_models."""
import logging

__version__ = "0.1.6"
__version__ = "0.2.0"

# 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 2eda0c0

Please sign in to comment.