Skip to content

Commit ff1748e

Browse files
committed
Release 3.13.0
Fixes #6
1 parent 46019a7 commit ff1748e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@ check it against the original:
187187
Changelog
188188
---------
189189

190+
3.13.0
191+
^^^^^^
192+
193+
* Initial fork from CPython 3.12.3
194+
* Always uses the `crypt_r(3)`_ function, never `crypt(3)`_
195+
* Renamed the Python modules to ``crypt_r`` and ``_crypt_r``
196+
190197
For historical changes when this module was included in Python,
191198
please refer to the `Python 3.12 Changelog`_.
192199

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "crypt_r"
7-
version = "3.12.3"
7+
version = "3.13.0"
88
authors = [
99
{name = "Steven D. Majewski", email = "sdm7g@virginia.edu"},
1010
]

0 commit comments

Comments
 (0)