From ea73cfc1bfef985ce8cb4021e1082cf1de413f22 Mon Sep 17 00:00:00 2001 From: Jack Gaino Date: Thu, 1 Sep 2022 08:36:34 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.0=20=E2=86=92=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- md2cf/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 97a067f..45c6b29 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.5.0 +current_version = 1.5.1 [bumpversion:file:setup.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af35bc..fc3f527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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 +## 1.5.1 - 2022-09-01 ### Fixed - Correctly propagate `strip-top-header` and `remove-text-newlines` flags (@bjorns) diff --git a/md2cf/__init__.py b/md2cf/__init__.py index ccd3398..1731740 100644 --- a/md2cf/__init__.py +++ b/md2cf/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.5.0" +__version__ = "1.5.1" __url__ = "https://github.com/iamjackg/md2cf" diff --git a/setup.py b/setup.py index 825c18a..5713f00 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="md2cf", - version="1.5.0", + version="1.5.1", packages=["md2cf"], url="https://github.com/iamjackg/md2cf", license="MIT",