Skip to content

Commit

Permalink
Merge pull request #34 from kmdouglass/PRERELEASE_v0.5.1
Browse files Browse the repository at this point in the history
Update version numbers to 0.5.1.
  • Loading branch information
kmdouglass authored Nov 9, 2017
2 parents e54dfca + 56a0f28 commit c26d4fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## Unreleased
## [v0.5.1]

### Changed
- The `GibsonLanniPSF` now caches computation results to avoid
Expand Down Expand Up @@ -185,3 +185,4 @@ Contains [ALICA v0.0.2]
[v0.3.0]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.3.0
[v0.4.0]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.4.0
[v0.5.0]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.5.0
[v0.5.1]: https://github.com/LEB-EPFL/SASS/releases/tag/v0.5.1
2 changes: 1 addition & 1 deletion build-travis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<project name="SASS" default="default" basedir=".">
<description>Builds, tests, and runs the project SASS.</description>
<import file="nbproject/build-impl.xml"/>
<property name="store.jar.name" value="SASS_v0.3.0.jar"/>
<property name="store.jar.name" value="SASS_0.5.1.jar"/>
<property name="store.dir" value="store"/>
<property name="store.jar" value="${store.dir}/${store.jar.name}"/>
<target name="-post-jar">
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>Builds, tests, and runs the project SASS.</description>
<import file="nbproject/build-impl.xml"/>
<property name="pluginsDir" location="/home/douglass/apps/Fiji.app/plugins" />
<property name="store.jar.name" value="SASS_0.5.0.jar"/>
<property name="store.jar.name" value="SASS_0.5.1.jar"/>
<property name="store.dir" value="store"/>
<property name="store.jar" value="${store.dir}/${store.jar.name}"/>
<target name="-post-jar">
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.0'
version = '0.5.1'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit c26d4fc

Please sign in to comment.