Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet committed Apr 12, 2021
1 parent 65732c1 commit 53398fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/install/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ QATrack+. To checkout the code enter the following commands:
cd web
git clone https://github.com/qatrackplus/qatrackplus.git
cd qatrackplus
git checkout v3.1.0RC4
git checkout v3.1.0
Installing a Database System
Expand Down
2 changes: 1 addition & 1 deletion docs/install/linux_upgrade_from_030.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ following commands:
cd ~/web/qatrackplus
git remote set-url origin https://github.com/qatrackplus/qatrackplus.git
git fetch origin
git checkout v3.1.0RC4
git checkout v3.1.0
Setting up our Python environment (including virtualenv)
Expand Down
2 changes: 1 addition & 1 deletion docs/install/win.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ We're now ready to install all the libraries QATrack+ depends on.
.\venvs\qatrack31\Scripts\Activate.ps1
python -m pip install --upgrade pip
cd qatrackplus
git checkout v3.1.0RC4
git checkout v3.1.0
pip install -r requirements\win.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/install/win_upgrade_from_030.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ First we must check out the code for version 3.1.0 in a PowerShell window:
cd C:\deploy\qatrackplus
git remote set-url origin https://github.com/qatrackplus/qatrackplus.git
git fetch origin
git checkout v3.1.0RC4
git checkout v3.1.0
Setting up our Python environment (including virtualenv)
Expand Down

0 comments on commit 53398fa

Please sign in to comment.