File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# History of changes
22
3+ ## Version 1.0.0rc3 (4/24/20)
4+ * Changed option specification
5+ * Added configuration file to set colors
6+
37## Version 1.0.0rc2 (4/24/20)
48* Fixed docker build issues
59* Timecourse and spectrum window now show the component number
Original file line number Diff line number Diff line change @@ -124,4 +124,4 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
124124 org.label-schema.vcs-ref=$VCS_REF \
125125 org.label-schema.vcs-url="https://github.com/bbfrederick/picachooser" \
126126 org.label-schema.version=$VERSION \
127- org.label-schema.schema-version="1.0.0rc2 "
127+ org.label-schema.schema-version="1.0.0rc3 "
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Run PICAchooser to look at a series of independent components and assign them a
7878
7979Docker installation
8080===================
81- As of 1.0.0rc2 , there is now a Docker container with a full PICAchooser installation. To use this,
81+ As of 1.0.0rc3 , there is now a Docker container with a full PICAchooser installation. To use this,
8282
8383first make sure you have docker installed and properly configured, then run the following:
8484::
Original file line number Diff line number Diff line change 1- 1.0.0rc2
1+ 1.0.0rc3
Original file line number Diff line number Diff line change 44# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
55_version_major = 1
66_version_minor = 0
7- _version_micro = 0 rc2 # use '' for first of series, number for 1 and above
7+ _version_micro = 0 rc3 # use '' for first of series, number for 1 and above
88_version_extra = ''
99# _version_extra = '' # Uncomment this for full releases
1010
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def update_gittag_py():
7878 # Versions should comply with PEP440. For a discussion on single-sourcing
7979 # the version across setup.py and the project code, see
8080 # https://packaging.python.org/en/latest/single_source_version.html
81- version = '1.0.0rc2 ' ,
81+ version = '1.0.0rc3 ' ,
8282
8383 description = 'Lightweight GUI for sorting MELODIC ICA components.' ,
8484 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments