We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086e285 commit a570c3eCopy full SHA for a570c3e
src/django_commons_best_practices/__init__.py
@@ -5,4 +5,4 @@
5
# This allows for building dev distributions to test
6
# the release process.
7
# See .github/workflows/test_release.yml
8
-__version__ = VERSION = "1.1.0" + os.environ.get("BEST_PRACTICES_VERSION_DEV", "")
+__version__ = VERSION = "1.2.0" + os.environ.get("BEST_PRACTICES_VERSION_DEV", "")
0 commit comments