From 1353d263064e83208ecbef440be25b11c7eb25a8 Mon Sep 17 00:00:00 2001 From: Long Vu Date: Tue, 6 Jul 2021 19:46:26 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.13.10=20=E2=86=92=201.13.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 10 +++++----- CHANGES.md | 5 +++++ README.rst | 8 ++++---- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 43a49c79f..0c777e0ba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,19 +1,19 @@ [bumpversion] -current_version = 1.13.10 +current_version = 1.13.11 commit = True tag = False tag_name = {new_version} [bumpversion:file:CHANGES.md] -search = +search = [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ -replace = +replace = [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ - + [//]: # (list changes here, using '-' for each new entry, remove this when items are added) - + [{new_version}](https://github.com/bird-house/birdhouse-deploy/tree/{new_version}) ({now:%Y-%m-%d}) ------------------------------------------------------------------------------------------------------------------ diff --git a/CHANGES.md b/CHANGES.md index ef8420b25..640f515bd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,11 @@ [//]: # ( bump2version will take care to generate a new empty 'Unreleased' section after version bump) [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) +------------------------------------------------------------------------------------------------------------------ + +[//]: # (list changes here, using '-' for each new entry, remove this when items are added) + +[1.13.11](https://github.com/bird-house/birdhouse-deploy/tree/1.13.11) (2021-07-06) ------------------------------------------------------------------------------------------------------------------ ### Changes diff --git a/README.rst b/README.rst index 91c1413c5..42c11f300 100644 --- a/README.rst +++ b/README.rst @@ -14,13 +14,13 @@ for a full-fledged production platform. * - releases - | |latest-version| |commits-since| -.. |commits-since| image:: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.13.10.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.13.11.svg :alt: Commits since latest release - :target: https://github.com/bird-house/birdhouse-deploy/compare/1.13.10...master + :target: https://github.com/bird-house/birdhouse-deploy/compare/1.13.11...master -.. |latest-version| image:: https://img.shields.io/badge/tag-1.13.10-blue.svg?style=flat +.. |latest-version| image:: https://img.shields.io/badge/tag-1.13.11-blue.svg?style=flat :alt: Latest Tag - :target: https://github.com/bird-house/birdhouse-deploy/tree/1.13.10 + :target: https://github.com/bird-house/birdhouse-deploy/tree/1.13.11 .. |readthedocs| image:: https://readthedocs.org/projects/birdhouse-deploy/badge/?version=latest :alt: ReadTheDocs Build Status (latest version)