Skip to content

Commit

Permalink
Merge pull request #136 from eastgenomics/version_change_v1.1.0
Browse files Browse the repository at this point in the history
version change for v1.1.0
  • Loading branch information
PolarisAstrum-NHS authored Sep 13, 2024
2 parents 650478b + 27cf9d2 commit 4e83795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trendyqc/trendyqc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/4.1/howto/deployment/checklist/

VERSION = f"v1.0.0{'_dev' if DEBUG else ''}"
VERSION = f"v1.1.0{'_dev' if DEBUG else ''}"

ALLOWED_HOSTS = [
'testserver',
Expand Down

0 comments on commit 4e83795

Please sign in to comment.