Skip to content

Commit 16437bc

Browse files
committed
Version 1.1.3
1 parent 040c6b7 commit 16437bc

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ test_sav_date
4444
test_double_decimals
4545
*.csv
4646
*.json
47-
*.py
47+
*.py
48+
*.tar.gz
49+
*.zip

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ New in 1.1.3:
22

33
* Fix warnings when compiling with GCC 10 #202
44
* SAS RLE compressor: Fixes for large files #201
5+
* SAV reader: Improved support for UTF-8 column names #206
56
* SAV reader: Return a better error message if the magic number doesn't match
67
* SAV reader: Support for dash-separated timestamps
78

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Update this with each release
2-
AC_INIT([ReadStat], [1.1.3-rc1], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat])
2+
AC_INIT([ReadStat], [1.1.3], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat])
33
AM_INIT_AUTOMAKE([foreign subdir-objects])
44
AM_SILENT_RULES([yes])
55

0 commit comments

Comments
 (0)