Skip to content

Commit 18c9b1f

Browse files
committed
Bump version: 2.2.1 → 2.3.0
1 parent 7a94591 commit 18c9b1f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 2.2.1
4+
current_version = 2.3.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
66
serialize =
77
{major}.{minor}.{patch}-{release}{build}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## 2.3.0 - 2023-08-06
88
### Changed
99
- automatic retries now apply to all errors instead of just 429 HTTP responses
1010
- pinned pyyaml 6.0.1 to avoid issues with cython 3

md2cf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.3.0"
22
__url__ = "https://github.com/iamjackg/md2cf"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="md2cf",
8-
version="2.2.1",
8+
version="2.3.0",
99
packages=["md2cf"],
1010
url="https://github.com/iamjackg/md2cf",
1111
license="MIT",

0 commit comments

Comments
 (0)