From 9422b47b98465cdcdabb66d959ecd346507d7663 Mon Sep 17 00:00:00 2001 From: Long Vu Date: Mon, 26 Jul 2021 12:54:26 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.13.12=20=E2=86=92=201.13.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.md | 5 +++++ README.rst | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0d5c45470..f14c73581 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.13.12 +current_version = 1.13.13 commit = True tag = False tag_name = {new_version} diff --git a/CHANGES.md b/CHANGES.md index bd73d3663..4c9afa821 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.13](https://github.com/bird-house/birdhouse-deploy/tree/1.13.13) (2021-07-26) ------------------------------------------------------------------------------------------------------------------ ### Changes diff --git a/README.rst b/README.rst index 8166c8890..8d0521e82 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.12.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.13.13.svg :alt: Commits since latest release - :target: https://github.com/bird-house/birdhouse-deploy/compare/1.13.12...master + :target: https://github.com/bird-house/birdhouse-deploy/compare/1.13.13...master -.. |latest-version| image:: https://img.shields.io/badge/tag-1.13.12-blue.svg?style=flat +.. |latest-version| image:: https://img.shields.io/badge/tag-1.13.13-blue.svg?style=flat :alt: Latest Tag - :target: https://github.com/bird-house/birdhouse-deploy/tree/1.13.12 + :target: https://github.com/bird-house/birdhouse-deploy/tree/1.13.13 .. |readthedocs| image:: https://readthedocs.org/projects/birdhouse-deploy/badge/?version=latest :alt: ReadTheDocs Build Status (latest version)