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.4.7 → 0.4.8
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Brown <browne@vmware.com>
  • Loading branch information
ericwb committed Jul 31, 2017
1 parent 3ef2cd0 commit 5d4742c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.7
current_version = 0.4.8
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -3,7 +3,7 @@ BSD 2-Clause License
Copyright (c) 2017 VMware, Inc.
All rights reserved.

Column 0.4.7
Column 0.4.8

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
@@ -1,4 +1,4 @@
Column 0.4.7
Column 0.4.8

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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -61,19 +61,19 @@ 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.4.7.
Column is still in alpha state, currently at version 0.4.8.

## Contributing

The Column project team welcomes contributions from the community. Before you start working with Column, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Column 0.4.7
Column 0.4.8

Copyright © 2017 VMware, Inc. All rights reserved.

The BSD-2 license (the "License") set forth below applies to all parts of the VMware Column 0.4.7
The BSD-2 license (the "License") set forth below applies to all parts of the VMware Column 0.4.8
project. You may not use this file except in compliance with the License.

BSD-2 License
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.7
0.4.8
2 changes: 1 addition & 1 deletion column/__init__.py
Expand Up @@ -17,7 +17,7 @@
]


__version__ = '0.4.7'
__version__ = '0.4.8'

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.4.7',
version='0.4.8',
url='https://github.com/vmware/column',
license='BSD-2',
author='VMware',
Expand Down

0 comments on commit 5d4742c

Please sign in to comment.