Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptzou committed Sep 21, 2024
1 parent 8a2a862 commit 70c2444
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .latest-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240721011022
20240921052047
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'edu.stanford.hivdb'
version = '3.5.0'
version = '3.5.1'

sourceCompatibility = 15
targetCompatibility = 15
Expand Down
2 changes: 1 addition & 1 deletion sierra-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'edu.stanford.hivdb'
version = '3.5.0'
version = '3.5.1'

description = """Sierra Unit Tests"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void testSingleSequence() {
seqPR.getAlignedAAs()
);
AlignedGeneSeq<HIV> seqRT = alignedSeq.getAlignedGeneSequence(hiv.getGene("HIV1RT"));

assertEquals(1, seqRT.getFirstAA());
assertEquals(298, seqRT.getFirstNA());
assertEquals(230, seqRT.getLastAA());
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.5.0
versionDate = 2024-03-09
version = 3.5.1
versionDate = 2024-09-20

0 comments on commit 70c2444

Please sign in to comment.