Skip to content

Commit

Permalink
0.2.0 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 11, 2019
1 parent 7c8800e commit 62084cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion reproman/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 62084cb

Please sign in to comment.