Skip to content

Commit 434e9fd

Browse files
author
Otto Fajardo
committed
updated Readstat sources, version bumped
1 parent 0b49fad commit 434e9fd

11 files changed

Lines changed: 5097 additions & 5811 deletions

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Otto"
66
orcid: "https://orcid.org/0000-0002-3363-9287"
77
title: "Pyreadstat"
8-
version: 1.3.4
8+
version: 1.3.5
99
doi: 10.5281/zenodo.6612282
1010
date-released: 2018-09-24
1111
url: "https://github.com/Roche/pyreadstat"

change_log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.3.5 (github, pypi and conda 2026.05.xx)
2+
* Readstat sources updated to commit 3add3a5eaac6df24d938beffb9148792e362d9ef
3+
4+
15
# 1.3.4 (github, pypi and conda 2026.05.15)
26
* Refactored pyreadstat.pyx to pyreadstat.py solves #299
37
* Added env variable PYREADSTAT_LINK_ICONV to link iconv at compiling time

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.3.4'
29+
release = '1.3.5'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyreadstat/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ._readstat_parser import ReadstatError, PyreadstatError
2323
from .pyfunctions import set_value_labels, set_catalog_to_sas
2424

25-
__version__ = "1.3.4"
25+
__version__ = "1.3.5"
2626

2727
__all__ = (
2828
"read_sav",
@@ -42,4 +42,4 @@
4242
"PyreadstatError",
4343
"set_value_labels",
4444
"set_catalog_to_sas",
45-
)
45+
)

0 commit comments

Comments
 (0)