From 5d4742ced00b4aa1908751bf22befe62aa021bda Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 31 Jul 2017 00:59:54 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.7=20=E2=86=92=200.4.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Brown --- .bumpversion.cfg | 2 +- LICENSE | 2 +- NOTICE | 2 +- README.md | 6 +++--- VERSION | 2 +- column/__init__.py | 2 +- setup.py | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 20d7cf2..0608d13 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.7 +current_version = 0.4.8 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/LICENSE b/LICENSE index c4b7095..8c0f5db 100644 --- a/LICENSE +++ b/LICENSE @@ -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: diff --git a/NOTICE b/NOTICE index f971c48..d5dc01f 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Column 0.4.7 +Column 0.4.8 Copyright (c) 2017 VMware, Inc. All Rights Reserved. diff --git a/README.md b/README.md index 23251e7..a5868c2 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,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.4.7. +Column is still in alpha state, currently at version 0.4.8. ## Contributing @@ -69,11 +69,11 @@ The Column project team welcomes contributions from the community. Before you st ## 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 diff --git a/VERSION b/VERSION index f905682..cb498ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.7 +0.4.8 diff --git a/column/__init__.py b/column/__init__.py index 9da2024..a906573 100644 --- a/column/__init__.py +++ b/column/__init__.py @@ -17,7 +17,7 @@ ] -__version__ = '0.4.7' +__version__ = '0.4.8' defaults = { 'log_file': os.path.join(os.sep, 'var', 'log', 'column.log'), diff --git a/setup.py b/setup.py index 7354526..9e66f49 100644 --- a/setup.py +++ b/setup.py @@ -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',