File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
22commit = False
33tag = False
4- current_version = 2.2.1
4+ current_version = 2.3.0
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
66serialize =
77 {major}.{minor}.{patch}-{release}{build}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 1- __version__ = "2.2.1 "
1+ __version__ = "2.3.0 "
22__url__ = "https://github.com/iamjackg/md2cf"
Original file line number Diff line number Diff line change 55
66setup (
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" ,
You can’t perform that action at this time.
0 commit comments