Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Brown <browne@vmware.com>
  • Loading branch information
ericwb committed Aug 8, 2017
1 parent 477182f commit 856b41d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
@@ -1,4 +1,4 @@
Column 0.5.0
Column 0.5.1

Copyright (c) 2017 VMware, Inc. All Rights Reserved.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ uwsgi --socket 0.0.0.0:48620 --protocol=http -w column.api.wsgi
TBD

## Releases & Major Branches
Column is still in alpha state, currently at version 0.5.0.
Column is still in alpha state, currently at version 0.5.1.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion column/__init__.py
Expand Up @@ -17,7 +17,7 @@
]


__version__ = '0.5.0'
__version__ = '0.5.1'

defaults = {
'log_file': os.path.join(os.sep, 'var', 'log', 'column.log'),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@

setup(
name='column',
version='0.5.0',
version='0.5.1',
url='https://github.com/vmware/column',
license='GPL-3.0',
author='VMware',
Expand Down

0 comments on commit 856b41d

Please sign in to comment.