Skip to content

Commit

Permalink
release 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Apr 4, 2022
1 parent 60f26c4 commit 68201ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 1.20.1 - 2022-04-04

### Fixed
- Fix to incorrect sorting for default cases. [#248](https://github.com/clowder-framework/clowder/issues/248)
- Masonry package was not loaded from right location sometimes.
- Fixes bug where "Select a Collection" Parent Collection dropdown on Collection page was not working due to missing parameter [#343](https://github.com/clowder-framework/clowder/issues/343)

### Added
- Documentation: Installing Clowder on Apple Silicon M1
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Luigi Marini'

# The full version, including alpha/beta/rc tags
release = '1.20.0'
release = '1.20.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import NativePackagerKeys._
object ApplicationBuild extends Build {

val appName = "clowder"
val version = "1.20.0"
val version = "1.20.1"
val jvm = "1.7"

def appVersion: String = {
Expand Down
2 changes: 1 addition & 1 deletion public/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
Clowder is a customizable and scalable data management system to support any
data format and multiple research domains. It is under active development
and deployed for a variety of research projects.
version: 1.20.0
version: 1.20.1
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
contact:
name: Clowder
Expand Down

0 comments on commit 68201ab

Please sign in to comment.