Skip to content

Commit 1ff2751

Browse files
committed
Made changes for 1.0.0rc3 release
1 parent ad235cc commit 1ff2751

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Run PICAchooser to look at a series of independent components and assign them a
7878

7979
Docker 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

8383
first make sure you have docker installed and properly configured, then run the following:
8484
::

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0rc2
1+
1.0.0rc3

picachooser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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 = 0rc2 # use '' for first of series, number for 1 and above
7+
_version_micro = 0rc3 # use '' for first of series, number for 1 and above
88
_version_extra = ''
99
# _version_extra = '' # Uncomment this for full releases
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)