File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3
3
Change Log
4
4
----------
5
5
6
+ 0.2.1 (2014-04-28)
7
+ ++++++++++++++++++
8
+
9
+ * Reformats ``README.rst ``.
10
+ * Renames change log file to ``*.rst ``.
11
+ * Adds authors and contributing files.
12
+ * Sets up Travis CI.
13
+ * Adds version to ``__init__.py ``.
14
+ * Fixes #5. Make ``accented_to_numbered() `` add apostrophes when needed.
15
+ * Fixes #4. Fixes ``numbered_to_accented() `` handling of ``'v' `` vowel.
16
+ * Fixes #3. Changes ``IndexError `` exception handlers to ``KeyError ``.
17
+ * Fixes #2. Fixes ``accented_to_numbered() `` with uppercase accented vowel.
18
+
6
19
0.2.0 (2014-04-14)
7
20
++++++++++++++++++
8
21
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- __version__ = '0.2.0 '
3
+ __version__ = '0.2.1 '
You can’t perform that action at this time.
0 commit comments