Skip to content

Commit

Permalink
Merge pull request #141 from eastgenomics/IN-767-Create-summary-repor…
Browse files Browse the repository at this point in the history
…t-for-errors-that-are-raised-when-importing

change version (#141)
  • Loading branch information
jethror1 authored Sep 27, 2024
2 parents 8a704c1 + 7db2b1b commit 296a485
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 @@ -87,7 +87,7 @@
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/4.1/howto/deployment/checklist/

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

ALLOWED_HOSTS = [
'testserver',
Expand Down

0 comments on commit 296a485

Please sign in to comment.