Skip to content

Commit

Permalink
Update version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzsochi committed Aug 19, 2016
1 parent c01f5f9 commit 8de0560
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ These two tables are equivalent:
ChangeLog
---------

2.1 2016-09-19

* Add Farsi alphabet (thx rodgar-nvkz)
* Use pytest
* Some code style refactoring


2.0 2013-04-01

* Python 3 support
Expand Down
2 changes: 1 addition & 1 deletion trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import sys
import codecs

__version__ = '2.0.2'
__version__ = '2.1.0'
__author__ = 'Zelenyak Aleksander aka ZZZ <zzz.sochi@gmail.com>'

PY2 = sys.version_info[0] == 2
Expand Down

0 comments on commit 8de0560

Please sign in to comment.