Skip to content

Commit

Permalink
Prepare release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Jun 19, 2018
1 parent 78e66c3 commit 98a2979
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
What's New on LIAC-ARFF
=======================

LIAC-ARFF 2.2.2

- fix: better support for string and nominal features containing escape
characters (issue #69).

LIAC-ARFF 2.2.1
---------------

Expand Down
2 changes: 1 addition & 1 deletion arff.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
'''
__author__ = 'Renato de Pontes Pereira, Matthias Feurer'
__author_email__ = 'renato.ppontes@gmail.com, feurerm@informatik.uni-freiburg.de'
__version__ = '2.2.0'
__version__ = '2.2.2'

import csv
import re
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

__author__ = 'Renato de Pontes Pereira, Matthias Feurer'
__author_email__ = 'renato.ppontes@gmail.com, feurerm@informatik.uni-freiburg.de'
__version__ = '2.2.1'
__date__ = '2018 03 14'
__version__ = '2.2.2'
__date__ = '2018 06 19'

try:
import setuptools
Expand Down

0 comments on commit 98a2979

Please sign in to comment.