Skip to content

Commit 70e2870

Browse files
committed
Update project metadata
1 parent d12891f commit 70e2870

3 files changed

+13
-7
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ Please see the fragment files in the `changelog.d directory`_.
2020

2121
.. scriv-insert-here
2222
23+
.. _changelog-4.1.0:
24+
25+
4.1.0 - 2024-09-26
26+
==================
27+
28+
Added
29+
-----
30+
31+
- Decode FRU fields encoded using 6-bit ASCII.
32+
33+
Note that it is currently not possible to encode fields back to 6-bit ASCII.
34+
2335
.. _changelog-4.0.2:
2436

2537
4.0.2 - 2024-08-04

changelog.d/20240926_190914_kurtmckee_decode_6_bit_ascii_issue_29.rst

-6
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fru"
3-
version = "4.0.2"
3+
version = "4.1.0"
44
description = "Read and write binary FRU files"
55
authors = [
66
"Kurt McKee <[email protected]>",

0 commit comments

Comments
 (0)