Skip to content

Commit 62084cb

Browse files
committed
0.2.0 release changes
1 parent 7c8800e commit 62084cb

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ All notable changes to this project will be documented (for humans) in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [0.2.0] - Date
8-
Major rename - a NICEMAN grows into a ReproMan
7+
## [0.2.0] - 2019-09-11
8+
Major rename - a NICEMAN grows into a ReproMan. Too many changes to summarize
99
### Added
10-
### Changed
11-
### Deprecated
12-
### Fixed
13-
### Removed
14-
### Security
10+
- `reproman run`
1511

1612
## [0.1.0] - 2018-12-18
1713
Largely bugfixes and small enhancements. Major work is ongoing in PRs

reproman/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from os.path import lexists, dirname, join as opj, curdir
1212

1313
# Hard coded version, to be done by release process
14-
__version__ = '0.1.0'
14+
__version__ = '0.2.0'
1515

1616
# NOTE: might cause problems with "python setup.py develop" deployments
1717
# so I have even changed buildbot to use pip install -e .

0 commit comments

Comments
 (0)