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 3a82d85 commit a3071c2Copy full SHA for a3071c2
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