Skip to content

Commit 521c070

Browse files
committed
Release 0.2.1
* Reformats ``README.rst``. * Renames change log file to ``*.rst``. * Adds authors and contributing files. * Sets up Travis CI. * Adds version to ``__init__.py``. * Fixes #5. Make ``accented_to_numbered()`` add apostrophes when needed. * Fixes #4. Fixes ``numbered_to_accented()`` handling of ``'v'`` vowel. * Fixes #3. Changes ``IndexError`` exception handlers to ``KeyError``. * Fixes #2. Fixes ``accented_to_numbered()`` with uppercase accented vowel.
2 parents 185faa3 + a5be41d commit 521c070

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
Change Log
44
----------
55

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+
619
0.2.0 (2014-04-14)
720
++++++++++++++++++
821

dragonmapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.2.0'
3+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)