From 62084cb4eb404d05895e1b189ff69566afb10344 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 11 Sep 2019 15:02:04 -0400 Subject: [PATCH] 0.2.0 release changes --- CHANGELOG.md | 10 +++------- reproman/version.py | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28b154ef..b32cb4b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,10 @@ All notable changes to this project will be documented (for humans) in this file The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.2.0] - Date -Major rename - a NICEMAN grows into a ReproMan +## [0.2.0] - 2019-09-11 +Major rename - a NICEMAN grows into a ReproMan. Too many changes to summarize ### Added -### Changed -### Deprecated -### Fixed -### Removed -### Security +- `reproman run` ## [0.1.0] - 2018-12-18 Largely bugfixes and small enhancements. Major work is ongoing in PRs diff --git a/reproman/version.py b/reproman/version.py index b27a24d5c..b1d51b17f 100644 --- a/reproman/version.py +++ b/reproman/version.py @@ -11,7 +11,7 @@ from os.path import lexists, dirname, join as opj, curdir # Hard coded version, to be done by release process -__version__ = '0.1.0' +__version__ = '0.2.0' # NOTE: might cause problems with "python setup.py develop" deployments # so I have even changed buildbot to use pip install -e .