Skip to content

Commit 4c0f8a1

Browse files
committed
show must go on: .dev1 version, changelog template
1 parent 0ac43d6 commit 4c0f8a1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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+
## [UNRELEASED] - 2018-??-??
8+
TODO Summary
9+
### Added
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Fixed
16+
17+
### Removed
18+
19+
### Security
20+
21+
722
## [0.5] - 2018-03-01
823
The first release after major refactoring:
924

heudiconv/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5"
1+
__version__ = "0.5.dev1"
22
__author__ = "HeuDiConv team and contributors"
33
__url__ = "https://github.com/nipy/heudiconv"
44
__packagename__ = 'heudiconv'

0 commit comments

Comments
 (0)