Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 21, 2016
1 parent 5e739fe commit 1fe1ebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision History

## 0.4 (unreleased)
## 0.4 (2016/10/20)

- Added support for custom version arguments.
- Fixed handling of internal versions matches.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def read_descriptions():
long_description=read_descriptions(),
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Natural Language :: English',
Expand Down
2 changes: 1 addition & 1 deletion verchew/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from subprocess import Popen, PIPE, STDOUT
import logging

__version__ = '0.4.dev1'
__version__ = '0.4'

PY2 = sys.version_info[0] == 2
CONFIG_FILENAMES = ['.verchew', '.verchewrc', 'verchew.ini', '.verchew.ini']
Expand Down

0 comments on commit 1fe1ebe

Please sign in to comment.