Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 17, 2017
1 parent 6c5e706 commit 705fc52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Revision History

## 1.1 (unreleased)
## 1.1 (2017/05/17)

- Added `--init` command to generate a sample configuration file.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,7 @@ def read_descriptions():
long_description=read_descriptions(),
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Natural Language :: English',
Expand Down
2 changes: 1 addition & 1 deletion verchew/script.py
Expand Up @@ -40,7 +40,7 @@
from subprocess import Popen, PIPE, STDOUT
import logging

__version__ = '1.1b1'
__version__ = '1.1'

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

0 comments on commit 705fc52

Please sign in to comment.