We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f97b27 commit b20e21dCopy full SHA for b20e21d
README.rst
@@ -187,6 +187,12 @@ check it against the original:
187
Changelog
188
---------
189
190
+3.13.1
191
+^^^^^^
192
+
193
+* Fix build with ``-Werror=incompatible-pointer-types``
194
195
196
3.13.0
197
^^^^^^
198
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "crypt_r"
7
-version = "3.13.0"
+version = "3.13.1"
8
authors = [
9
{name = "Steven D. Majewski", email = "sdm7g@virginia.edu"},
10
]
0 commit comments