Skip to content

Commit

Permalink
Mackup 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Mar 21, 2015
1 parent 4ffdd5d commit 04ebb27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## WIP

## Mackup 0.8.5

- Support for Z (via @jkaan)
- Support for GMVault (via @jkaan)
- Support for MATLAB (via @danielsuo)
Expand Down
8 changes: 8 additions & 0 deletions doc/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release

1. Move all the WIP changes under a new version in the [changelog](../CHANGELOG.md)
1. Increment the version in [constants.py](../mackup/constants.py)
1. `git commit` with the message `Mackup X.Y.Z`
1. `git tag <version>`
1. `git push`
1. `make release`
2 changes: 1 addition & 1 deletion mackup/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants used in Mackup."""
# Current version
VERSION = '0.8.4'
VERSION = '0.8.5'

# Support platforms
PLATFORM_DARWIN = 'Darwin'
Expand Down

0 comments on commit 04ebb27

Please sign in to comment.