Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
tsroten committed Apr 28, 2014
2 parents 185faa3 + a5be41d commit 521c070
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Change Log
----------

0.2.1 (2014-04-28)
++++++++++++++++++

* 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.

0.2.0 (2014-04-14)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion dragonmapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 521c070

Please sign in to comment.