Skip to content

Commit 591bc0e

Browse files
committed
Updated version number to v1.10.0.
1 parent dbec5d0 commit 591bc0e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## 1.10.0 - 2020-06-30
88

99
### Added
1010
- Ability to mark multiple files in a dataset and perform bulk operations (download, tag, delete) on them at once.
1111

1212
### Fixed
1313
- Return thumbnail as part of the file information.
1414
[#8](https://github.com/clowder-framework/clowder/issues/8)
15+
- Datasets layout on space page would sometimes have overlapping tiles.
1516

1617
## 1.9.0 - 2020-06-01
1718
**_Warning:_ This update modifies information stored in Elasticsearch used for text based searching. To take advantage

doc/src/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author = 'Luigi Marini'
2121

2222
# The full version, including alpha/beta/rc tags
23-
release = '1.9.0'
23+
release = '1.10.0'
2424

2525

2626
# -- General configuration ---------------------------------------------------

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import NativePackagerKeys._
1313
object ApplicationBuild extends Build {
1414

1515
val appName = "clowder"
16-
val version = "1.9.0"
16+
val version = "1.10.0"
1717
val jvm = "1.7"
1818

1919
def appVersion: String = {

public/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
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.9.0
12+
version: 1.10.0
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)