We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46019a7 commit ff1748eCopy full SHA for ff1748e
README.rst
@@ -187,6 +187,13 @@ check it against the original:
187
Changelog
188
---------
189
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
197
For historical changes when this module was included in Python,
198
please refer to the `Python 3.12 Changelog`_.
199
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "crypt_r"
7
-version = "3.12.3"
+version = "3.13.0"
8
authors = [
9
{name = "Steven D. Majewski", email = "sdm7g@virginia.edu"},
10
]
0 commit comments