Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet committed Sep 16, 2020
1 parent c8c09e1 commit 2aedb69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

QATrack+ v0.3.0.18 Release Notes
--------------------------------

- Fixed a bug where Test Lists from Test List Cycles with Ad-Hoc frequency
would not show up when charting

QATrack+ v0.3.0.16 Release Notes
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion qatrack/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
LOG_ROOT = os.path.join(PROJECT_ROOT, "..", "logs")

VERSION = "0.3.0.17"
VERSION = "0.3.0.18"
BUG_REPORT_URL = "https://bitbucket.org/tohccmedphys/qatrackplus/issues/new"
FEATURE_REQUEST_URL = BUG_REPORT_URL

Expand Down

0 comments on commit 2aedb69

Please sign in to comment.