Skip to content

Commit

Permalink
Increment version number to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arecarn committed Dec 29, 2016
1 parent 36173d1 commit d2fed36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ organized by order of importance.

### Removed

## [0.1.0] - 2016-12-29
### Changed
- Added Dates to Change log releases
### Fixed
- Fixed change log formatting
- Fix PyPi Package so it can be installed

## [0.0.5] - 2016-12-28
### Added
- Added --ignore argument to stow and unstow commands, to specify patterns file
Expand Down
2 changes: 1 addition & 1 deletion dploy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
e.g. 1.0.0-alpha+001, 1.0.0+20130313144700, 1.0.0-beta+exp.sha.5114f85
"""

__version__ = '0.0.5'
__version__ = '0.1.0'

0 comments on commit d2fed36

Please sign in to comment.