Skip to content

Commit

Permalink
Update changes and bump version to 0.3.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 19, 2015
1 parent b714662 commit 4bc2b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -2,7 +2,7 @@

## 0.3 (unreleased)

- Updated daemon message to use `nohup`.
- Added automatic daemon restart using `nohup`.

## 0.2 (2015/08/27)

Expand Down
2 changes: 1 addition & 1 deletion mine/__init__.py
Expand Up @@ -3,7 +3,7 @@
import sys

__project__ = 'mine'
__version__ = '0.3dev1'
__version__ = '0.3.dev2'

CLI = 'mine'
VERSION = "{0} v{1}".format(__project__, __version__)
Expand Down

0 comments on commit 4bc2b86

Please sign in to comment.