File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88
9- ## Unreleased
9+ ## 1.21.0 - 2022-08-23
1010
1111### Added
1212- MRI previewer for NIFTY (.nii) files.
Original file line number Diff line number Diff line change 2222author = 'Luigi Marini'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.20.3 '
25+ release = '1.21.0 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import NativePackagerKeys._
1313object ApplicationBuild extends Build {
1414
1515 val appName = " clowder"
16- val version = " 1.20.3 "
16+ val version = " 1.21.0 "
1717 val jvm = " 1.7"
1818
1919 def appVersion : String = {
Original file line number Diff line number Diff line change 99 Clowder is a customizable and scalable data management system to support any
1010 data format and multiple research domains. It is under active development
1111 and deployed for a variety of research projects.
12- version : 1.20.3
12+ version : 1.21.0
1313 termsOfService : https://clowder.ncsa.illinois.edu/clowder/tos
1414 contact :
1515 name : Clowder
You can’t perform that action at this time.
0 commit comments