File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
9+
10+ ## [ 0.3.0] - 2018-04-05
911### Added
1012- Basic multi-cluster support for LSF by specifying name of cluster for -m
1113 argument. [ #24 ] ( https://github.com/OSC/ood_core/issues/24 )
@@ -110,7 +112,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
110112### Added
111113- Initial release!
112114
113- [ Unreleased ] : https://github.com/OSC/ood_core/compare/v0.2.1...HEAD
115+ [ Unreleased ] : https://github.com/OSC/ood_core/compare/v0.3.0...HEAD
116+ [ 0.3.0 ] : https://github.com/OSC/ood_core/compare/v0.2.1...v0.3.0
114117[ 0.2.1 ] : https://github.com/OSC/ood_core/compare/v0.2.0...v0.2.1
115118[ 0.2.0 ] : https://github.com/OSC/ood_core/compare/v0.1.1...v0.2.0
116119[ 0.1.1 ] : https://github.com/OSC/ood_core/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 11module OodCore
22 # The current version of {OodCore}
3- VERSION = "0.2.1 "
3+ VERSION = "0.3.0 "
44end
You can’t perform that action at this time.
0 commit comments