Skip to content

Commit

Permalink
bump version to v0.3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet committed Dec 14, 2020
1 parent eb681c1 commit b6d2bd3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/install/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ First we must check out the code for version 0.3.0:
.. code-block:: console
git fetch origin
git checkout v0.3.0.15
git checkout v0.3.0.19
Create and activate your new virtual environment
Expand Down
2 changes: 1 addition & 1 deletion docs/install/win.rst
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ First we must check out the code for version 0.3.0:
.. code-block:: console
git fetch origin
git checkout v0.3.0.16
git checkout v0.3.0.19
Create and activate your new virtual environment
Expand Down
6 changes: 6 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Release Notes
QATrack+ v0.3.0.18 Release Notes
--------------------------------

- Fixed the UnitTestCollection queryset in the API
- Updated requirements to work with Python 3.7 & new versions of pip

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

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.18"
VERSION = "0.3.0.19"
BUG_REPORT_URL = "https://bitbucket.org/tohccmedphys/qatrackplus/issues/new"
FEATURE_REQUEST_URL = BUG_REPORT_URL

Expand Down

0 comments on commit b6d2bd3

Please sign in to comment.