Skip to content

Commit 7b8eeb3

Browse files
committed
Bump to 17.1
1 parent df64436 commit 7b8eeb3

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

MSFragger-GUI/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
group = 'com.github.chhh'
24-
version = '17.1-build7'
24+
version = '17.1'
2525

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

MSFragger-GUI/src/com/dmtavt/fragpipe/Bundle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#
1717

1818
# current dev version
19-
msfragger.gui.version=17.1-build7
19+
msfragger.gui.version=17.1
2020

2121
# current last published release
22-
fragpipe.last.release.version=17.0
22+
fragpipe.last.release.version=17.1
2323

2424
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
2525
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

MSFragger-GUI/src/com/dmtavt/fragpipe/Version.java

+13
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ public class Version {
6363
new VersionComparator());
6464

6565
static {
66+
CHANGELOG.put("17.1", Arrays.asList(
67+
"Require MSFragger 3.4+",
68+
"Require Philosopher 4.1.0+",
69+
"Add Pierce iRT file",
70+
"Add `contam_` prefix to contaminants in the downloaded database",
71+
"Add more workflows",
72+
"Upgrade PTM-Shepherd to 1.2.6",
73+
"Upgrade IonQuant to 1.7.17",
74+
"Upgrade TMT-Integrator to 3.2.1",
75+
"Upgrade MSBooster",
76+
"Various minor bug fixes and improvements"
77+
));
78+
6679
CHANGELOG.put("17.0", Arrays.asList(
6780
"Require MSFragger 3.4+",
6881
"Require Philosopher 4.1.0+",

MSFragger-GUI/src/umich/msfragger/gui/Bundle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#
1717

1818
# current dev version
19-
msfragger.gui.version=17.1-build7
19+
msfragger.gui.version=17.1
2020

2121
# current last published release
22-
fragpipe.last.release.version=17.0
22+
fragpipe.last.release.version=17.1
2323

2424
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
2525
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

0 commit comments

Comments
 (0)