Skip to content

Commit 3cb5758

Browse files
committed
Template CHANGELOG and boosted version to 0.0.3
1 parent 0441a87 commit 3cb5758

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
All notable changes to this project will be documented (for humans) in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [0.0.3] - 2017-12-19
8+
A minor release to demonstrate `retrace` functionality
9+
10+
---
11+
12+
Just a template for future records:
13+
14+
## [Unreleased] - Date
15+
TODO Summary
16+
### Added
17+
### Changed
18+
### Deprecated
19+
### Fixed
20+
### Removed
21+
### Security
22+
23+
---
24+
25+
## References
26+
[datalad]: http://datalad.org
27+
[niceman]: http://niceman.repronim.org
28+
[repronim]: http://repronim.org
29+
[simple_workflow]: https://github.com/ReproNim/simple_workflow

niceman/version.py

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

1414
# Hard coded version, to be done by release process
15-
__version__ = '0.0.2'
15+
__version__ = '0.0.3'
1616

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

0 commit comments

Comments
 (0)