From 13d931eecd78c7fff101b8e6b2e2837816448c3d Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Thu, 18 Jul 2024 07:48:39 -0700 Subject: [PATCH] Bumps version to 0.6.0 --- CHANGELOG.md | 2 +- src/tika_client/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e442f..13aadb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.6.0] - 2024-07-18 ### Changed diff --git a/src/tika_client/__about__.py b/src/tika_client/__about__.py index 3d18726..906d362 100644 --- a/src/tika_client/__about__.py +++ b/src/tika_client/__about__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0"