Skip to content

Commit

Permalink
Boost version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 18, 2019
1 parent 2e39954 commit b13a226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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.1] - 2019-10-18
Yarik needed to do a quick release to absorb changes to `run`
functionality.

## [0.2.0] - 2019-09-11
Major rename - a NICEMAN grows into a ReproMan. Too many changes to summarize
### Added
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.2.0'
__version__ = '0.2.1'

# 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 b13a226

Please sign in to comment.