Browse Source

release v1.1.1

Fabian Peter Hammerle 4 years ago
parent
commit
bbe16cc3e9
2 changed files with 6 additions and 3 deletions
  1. 4 1
      CHANGELOG.md
  2. 2 2
      setup.py

+ 4 - 1
CHANGELOG.md

@@ -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,
@@ -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

+ 2 - 2
setup.py

@@ -23,7 +23,7 @@ with open('README.rst', 'r') as readme:
     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
@@ -53,7 +53,7 @@ setuptools.setup(
         '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+)",