Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed May 6, 2020
1 parent 7a03663 commit bbe16cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.1] - 2020-05-07
### Fixed
- fixed parsing of `BrainVolStatsFixed` header
(https://github.com/fphammerle/freesurfer-stats/pull/1 @soichih,
Expand All @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0] - 2019-06-27

[Unreleased]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.0...HEAD
[Unreleased]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.1...HEAD
[1.1.1]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/fphammerle/freesurfer-stats/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/fphammerle/freesurfer-stats/tree/1.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
LONG_DESCRIPTION = readme.read()

setuptools.setup(
name='freesurfer-stats',
name="freesurfer-stats",
use_scm_version={
'write_to': os.path.join('freesurfer_stats', 'version.py'),
# `version` triggers pylint C0103
Expand Down Expand Up @@ -53,7 +53,7 @@
'volume',
],
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
Expand Down

0 comments on commit bbe16cc

Please sign in to comment.