Skip to content

Commit

Permalink
Bump version: 0.13.0 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plannigan committed Dec 2, 2023
1 parent 9860356 commit 1eceab6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.0] - 2023-12-02

### Added

- Support for Python `3.11` and `3.12`
Expand Down
2 changes: 1 addition & 1 deletion columbo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
from columbo._types import ValidationSuccess as ValidationSuccess # noqa: F401
from columbo._types import Validator as Validator # noqa: F401

__version__ = "0.13.0.post1"
__version__ = "0.14.0"
__author__ = "Patrick Lannigan <[email protected]>"
__all__ = [] # type: ignore
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Columbo - 0.13.0
# Columbo - 0.14.0

[![CI pipeline status](https://github.com/plannigan/columbo/workflows/CI/badge.svg?branch=main)][ci]
[![PyPI](https://img.shields.io/pypi/v/columbo)][pypi]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "columbo"
version = "0.13.0"
version = "0.14.0"
description = "Specify a dynamic set of questions to ask a user and get their answers."
readme = "README.md"
license = {text = "MIT"}
Expand Down

0 comments on commit 1eceab6

Please sign in to comment.