Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Otto"
orcid: "https://orcid.org/0000-0002-3363-9287"
title: "Pyreadstat"
version: 1.3.5
version: 1.3.6
doi: 10.5281/zenodo.6612282
date-released: 2018-09-24
url: "https://github.com/Roche/pyreadstat"
3 changes: 3 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.3.6 (github, pypi and conda 2026.xx.xx)
* Fixing #328

# 1.3.5 (github, pypi and conda 2026.05.19)
* Readstat sources updated to commit 3add3a5eaac6df24d938beffb9148792e362d9ef
* date, datetime and time formats are now used without precision, decreasing the
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.3.5'
release = '1.3.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyreadstat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from ._readstat_parser import ReadstatError, PyreadstatError
from .pyfunctions import set_value_labels, set_catalog_to_sas

__version__ = "1.3.5"
__version__ = "1.3.6"

__all__ = (
"read_sav",
Expand Down
47 changes: 28 additions & 19 deletions pyreadstat/_readstat_parser.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading