From e77f3250cd8cb482100609d27d8e89ec69578d53 Mon Sep 17 00:00:00 2001 From: Christa Mumley Date: Wed, 4 Aug 2021 18:32:57 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.1=20=E2=86=92=200.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 ++ columbo/__init__.py | 2 +- docs/index.md | 2 +- setup.cfg | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5c3c148d..f1891b7c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.1 +current_version = 0.11.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index 430395dd..60294dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2021-08-04 + ### Changed - Removed legacy validator signature and logic diff --git a/columbo/__init__.py b/columbo/__init__.py index 8a7e0784..e587e87c 100644 --- a/columbo/__init__.py +++ b/columbo/__init__.py @@ -28,6 +28,6 @@ Validator, ) -__version__ = "0.10.1" +__version__ = "0.11.0" __author__ = "Patrick Lannigan " __all__ = [] # type: ignore diff --git a/docs/index.md b/docs/index.md index 3c515c3f..5ecfc136 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Columbo - 0.10.1 +# Columbo - 0.11.0 [![CI pipeline status](https://github.com/wayfair-incubator/columbo/workflows/CI/badge.svg?branch=main)][ci] [![PyPI](https://img.shields.io/pypi/v/columbo)][pypi] diff --git a/setup.cfg b/setup.cfg index fdac37fc..87c6082a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = columbo url = https://github.com/wayfair-incubator/columbo author = Patrick Lannigan author_email = plannigan@wayfair.com -version = 0.10.1 +version = 0.11.0 description = Specify a dynamic set of questions to ask a user and get their answers. long_description = file: README.md long_description_content_type = text/markdown