Skip to content

Commit

Permalink
Release 2.0.0b10
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhu Tao committed Mar 9, 2020
1 parent f6c9e76 commit edd04d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion primerserver2/core/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def get():
return '2.0.0b9'
return '2.0.0b10'
2 changes: 1 addition & 1 deletion primerserver2/web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h4><span class="glyphicon glyphicon-info-sign"></span> The CLI version has more
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label">No. Primers To Return</label>
<label class="col-sm-4 control-label">No. Primers To Detect</label>
<div class="col-sm-2">
<input type="text" name="primer_num_return" value="30"
class="form-control save-input validate[required, custom[integer], min[1], max[1000]]" />
Expand Down

0 comments on commit edd04d0

Please sign in to comment.