Skip to content

Commit e87c6a0

Browse files
committed
Bump version to 1.4.0
1 parent 6fa1421 commit e87c6a0

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ Running Python 3.7.2, Apple LLVM version 10.0.0 (clang-1000.11.45.5), Mac OS X 1
121121
122122
Changelog
123123
=========
124-
Future
125-
------
124+
1.4.0
125+
-----
126+
- Publish python 3.13 wheels
126127
- Add support for free-threaded builds
127128
- Add MSYS2 support for C-extension
128129
- Better logging on base64 build failure when C-extension build is optional

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ def run(self) -> None:
242242
"Programming Language :: Python :: 3.10",
243243
"Programming Language :: Python :: 3.11",
244244
"Programming Language :: Python :: 3.12",
245+
"Programming Language :: Python :: 3.13",
245246
],
246247
# Supported python versions
247248
python_requires=">=3.8",

src/pybase64/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
_version = "1.3.2"
3+
_version = "1.4.0"

0 commit comments

Comments
 (0)