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

Commit bbe16cc

Browse files
committed
release v1.1.1
1 parent 7a03663 commit bbe16cc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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

1719
## [1.0.0] - 2019-06-27
1820

19-
[Unreleased]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.0...HEAD
21+
[Unreleased]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.1...HEAD
22+
[1.1.1]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.0...1.1.1
2023
[1.1.0]: https://github.com/fphammerle/freesurfer-stats/compare/1.0.0...1.1.0
2124
[1.0.0]: https://github.com/fphammerle/freesurfer-stats/tree/1.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
LONG_DESCRIPTION = readme.read()
2424

2525
setuptools.setup(
26-
name='freesurfer-stats',
26+
name="freesurfer-stats",
2727
use_scm_version={
2828
'write_to': os.path.join('freesurfer_stats', 'version.py'),
2929
# `version` triggers pylint C0103
@@ -53,7 +53,7 @@
5353
'volume',
5454
],
5555
classifiers=[
56-
"Development Status :: 3 - Alpha",
56+
"Development Status :: 4 - Beta",
5757
"Intended Audience :: Healthcare Industry",
5858
"Intended Audience :: Science/Research",
5959
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",

0 commit comments

Comments
 (0)