Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stirling committed Apr 30, 2021
1 parent b338b82 commit 664a01d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
if: ${{ matrix.os == 'macos-10.15' }}
run: |
sed -i '' 's/4.0.0/3.0.0/' Info.plist
sed -i '' 's/4.0.0/3.0.1/' Info.plist
brew install mysql
git clone https://github.com/CellProfiler/python-javabridge.git
cd python-javabridge/
Expand All @@ -54,7 +54,7 @@ jobs:
make
chmod +x add-osx-certificate.sh && ./add-osx-certificate.sh
chmod +x osx-codesign.sh && ./osx-codesign.sh
ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.0.zip
ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.1.zip
working-directory: ./distribution/macos
- env:
JDK_HOME: C:\hostedtoolcache\windows\jdk\14.0.1\x64
Expand All @@ -65,17 +65,17 @@ jobs:
- if: ${{ matrix.os == 'windows-2019' }}
run: |
pyinstaller distribution/windows/CellProfiler-Analyst.spec
iscc /dMyAppVersion="3.0.0" "distribution/windows/CellProfiler-Analyst.iss"
iscc /dMyAppVersion="3.0.1" "distribution/windows/CellProfiler-Analyst.iss"
- if: ${{ matrix.os == 'macos-10.15' }}
uses: actions/upload-artifact@v1
with:
name: CellProfiler-Analyst-macOS-3.0.0.zip
path: ./distribution/macos/dist/CellProfiler-Analyst-macOS-3.0.0.zip
name: CellProfiler-Analyst-macOS-3.0.1.zip
path: ./distribution/macos/dist/CellProfiler-Analyst-macOS-3.0.1.zip
- if: ${{ matrix.os == 'windows-2019' }}
uses: actions/upload-artifact@v2
with:
name: CellProfiler-Analyst-Windows-3.0.0.exe
path: ./distribution/windows/Output/CellProfiler-Analyst-Windows-3.0.0.exe
name: CellProfiler-Analyst-Windows-3.0.1.exe
path: ./distribution/windows/Output/CellProfiler-Analyst-Windows-3.0.1.exe
strategy:
matrix:
os: [macos-10.15, windows-2019]
Expand All @@ -97,25 +97,25 @@ jobs:
tag_name: ${{ github.ref }}
- uses: actions/download-artifact@v1
with:
name: CellProfiler-Analyst-macOS-3.0.0.zip
name: CellProfiler-Analyst-macOS-3.0.1.zip
path: ./
- uses: actions/download-artifact@v1
with:
name: CellProfiler-Analyst-Windows-3.0.0.exe
name: CellProfiler-Analyst-Windows-3.0.1.exe
path: ./
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: actions/upload-release-asset@v1
with:
asset_content_type: application/zip
asset_name: CellProfiler-Analyst-macOS-3.0.0.zip
asset_path: /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-macOS-3.0.0.zip
asset_name: CellProfiler-Analyst-macOS-3.0.1.zip
asset_path: /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-macOS-3.0.1.zip
upload_url: ${{ steps.create_release.outputs.upload_url }}
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: actions/upload-release-asset@v1
with:
asset_content_type: application/exe
asset_name: CellProfiler-Analyst-Windows-3.0.0.exe
asset_path: /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-Windows-3.0.0.exe
asset_name: CellProfiler-Analyst-Windows-3.0.1.exe
asset_path: /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-Windows-3.0.1.exe
upload_url: ${{ steps.create_release.outputs.upload_url }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| **`Version`** | **`Documentation`** | **`Forum`** |
|---------------|----------------|-----------------|
| [![Build Status](https://img.shields.io/badge/version-3.0.0-green.svg)](https://cellprofileranalyst.org/releases) | [![Build Status](https://img.shields.io/badge/documentation-3.0.0-brightgreen.svg)](https://cellprofiler-manual.s3.amazonaws.com/CellProfiler-Analyst-3.0.0/index.html) | [![Build Status](https://img.shields.io/badge/forum-CPA-blue.svg)](https://forum.image.sc/tag/cellprofiler-analyst) |
| [![Build Status](https://img.shields.io/badge/version-3.0.1-green.svg)](https://cellprofileranalyst.org/releases) | [![Build Status](https://img.shields.io/badge/documentation-3.0-brightgreen.svg)](https://cellprofiler-manual.s3.amazonaws.com/CellProfiler-Analyst-3.0.0/index.html) | [![Build Status](https://img.shields.io/badge/forum-CPA-blue.svg)](https://forum.image.sc/tag/cellprofiler-analyst) |

**CellProfiler Analyst** allows interactive exploration and analysis of data,
particularly from high-throughput, image-based experiments. Included is a
Expand Down
2 changes: 1 addition & 1 deletion cpa/util/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

_cached_description = None

__version__ = '3.0.0' # Version used by update checker, must be in format "N.N.N"
__version__ = '3.0.1' # Version used by update checker, must be in format "N.N.N"
_sub_version = '' # Use this to tag release candidates, betas, etc.

display_version = __version__ + _sub_version
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.0'
release = '3.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contain the root `toctree` directive.
============
Manual 3.0.0
Manual 3.0.1
============

.. image:: https://i.imgur.com/uaEp2md.png
Expand Down

0 comments on commit 664a01d

Please sign in to comment.