Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jan 18, 2025
1 parent 086e285 commit a570c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django_commons_best_practices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# This allows for building dev distributions to test
# the release process.
# See .github/workflows/test_release.yml
__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 comments on commit a570c3e

Please sign in to comment.