Skip to content

Commit abc0305

Browse files
committed
Release v2.0.3
1 parent bccd6a3 commit abc0305

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
requested_release_tag:
9-
description: "The tag to use for this developmental release (without `.dev` suffix) (e.g., `v2.0.2`)"
9+
description: "The tag to use for this developmental release (without `.dev` suffix) (e.g., `v2.0.3`)"
1010
required: true
1111

1212
jobs:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- [2.x.x](#2xx)
55
- [Migration from 1.x.x](#migration-from-1xx)
66
- [Unreleased](#unreleased)
7+
- [Version 2.0.3](#version-203)
78
- [Version 2.0.2](#version-202)
89
- [Version 2.0.1](#version-201)
910
- [Version 2.0.0](#version-200)
@@ -24,6 +25,10 @@ However, starting in version 2, `backports.datetime_fromisoformat` will apply it
2425

2526
## Unreleased
2627

28+
* Nil
29+
30+
## Version 2.0.3
31+
2732
* Silenced errors when compiling against Python 3.13
2833
* Note: `backports.datetime_fromisoformat` does nothing when used against Python 3.11+. Use `backports-datetime-fromisoformat; python_version < '3.11'` in your dependency list to avoid even downloading it in modern Pythons
2934

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "backports-datetime-fromisoformat"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
authors = [{ name = "Michael Overmeyer", email = "[email protected]" }]
55
description = "Backport of Python 3.11's datetime.fromisoformat"
66
readme = "README.rst"

0 commit comments

Comments
 (0)