Skip to content

Commit c98cac1

Browse files
committed
v0.2.1 — Support Python 3.13
1 parent 49a9dc6 commit c98cac1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.2.1 (in development)
2-
-----------------------
1+
v0.2.1 (2024-11-29)
2+
-------------------
33
- Support Python 3.13
44

55
v0.2.0 (2024-07-28)

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
v0.2.1 (in development)
7-
-----------------------
6+
v0.2.1 (2024-11-29)
7+
-------------------
88
- Support Python 3.13
99

1010
v0.2.0 (2024-07-28)

src/gitmatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import sys
2121
from typing import Any, AnyStr, Generic, Optional
2222

23-
__version__ = "0.2.1.dev1"
23+
__version__ = "0.2.1"
2424
__author__ = "John Thorvald Wodder II"
2525
__author_email__ = "gitmatch@varonathe.org"
2626
__license__ = "MIT"

0 commit comments

Comments
 (0)