Skip to content

Commit

Permalink
Bump to 17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Nov 17, 2021
1 parent df64436 commit 7b8eeb3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MSFragger-GUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
}

group = 'com.github.chhh'
version = '17.1-build7'
version = '17.1'

description = """FragPipe - run complete proteomics analyses from the GUI"""

Expand Down
4 changes: 2 additions & 2 deletions MSFragger-GUI/src/com/dmtavt/fragpipe/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#

# current dev version
msfragger.gui.version=17.1-build7
msfragger.gui.version=17.1

# current last published release
fragpipe.last.release.version=17.0
fragpipe.last.release.version=17.1

msfragger.gui.important-updates=4.1,4.4,5.0,5.1,5.3,7.2,8.1,8.4,8.5,8.6,8.8,9.4,12.2
msfragger.gui.critical-updates=4.0,4.6,4.7,5.2,6.0,7.1,8.3,8.7,9.0,9.1,9.3,10.1,12.0,13.0
Expand Down
13 changes: 13 additions & 0 deletions MSFragger-GUI/src/com/dmtavt/fragpipe/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@ public class Version {
new VersionComparator());

static {
CHANGELOG.put("17.1", Arrays.asList(
"Require MSFragger 3.4+",
"Require Philosopher 4.1.0+",
"Add Pierce iRT file",
"Add `contam_` prefix to contaminants in the downloaded database",
"Add more workflows",
"Upgrade PTM-Shepherd to 1.2.6",
"Upgrade IonQuant to 1.7.17",
"Upgrade TMT-Integrator to 3.2.1",
"Upgrade MSBooster",
"Various minor bug fixes and improvements"
));

CHANGELOG.put("17.0", Arrays.asList(
"Require MSFragger 3.4+",
"Require Philosopher 4.1.0+",
Expand Down
4 changes: 2 additions & 2 deletions MSFragger-GUI/src/umich/msfragger/gui/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#

# current dev version
msfragger.gui.version=17.1-build7
msfragger.gui.version=17.1

# current last published release
fragpipe.last.release.version=17.0
fragpipe.last.release.version=17.1

msfragger.gui.important-updates=4.1,4.4,5.0,5.1,5.3,7.2,8.1,8.4,8.5,8.6,8.8,9.4,12.2
msfragger.gui.critical-updates=4.0,4.6,4.7,5.2,6.0,7.1,8.3,8.7,9.0,9.1,9.3,10.1,12.0,13.0
Expand Down

0 comments on commit 7b8eeb3

Please sign in to comment.