Skip to content

Commit a570c3e

Browse files
committed
Version 1.2.0
1 parent 086e285 commit a570c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_commons_best_practices/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# This allows for building dev distributions to test
66
# the release process.
77
# See .github/workflows/test_release.yml
8-
__version__ = VERSION = "1.1.0" + os.environ.get("BEST_PRACTICES_VERSION_DEV", "")
8+
__version__ = VERSION = "1.2.0" + os.environ.get("BEST_PRACTICES_VERSION_DEV", "")

0 commit comments

Comments
 (0)