Skip to content

Commit

Permalink
bumped version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Nov 4, 2016
1 parent 402bf9b commit c973e18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For more of my work on Ancient Greek, see <http://jktauber.com/>.

## Installation

pip install greek-accentuation==1.0.1
pip install greek-accentuation==1.0.2


## Documentation
Expand All @@ -21,6 +21,10 @@ see [docs.rst](https://github.com/jtauber/greek-accentuation/blob/master/docs.rs

## Change Log

### Fixed in 1.0.2

* fixed persistent accent placement where original accent needs to change from circumflex to acute

### Fixed in 1.0.1

* `syllabify.add_necessary_breathing` now works with uppercase initial vowels
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="greek-accentuation",
version="1.0.1",
version="1.0.2",
description="""\
Python 3 library for accenting (and analyzing the accentuation of) \
Ancient Greek words""",
Expand Down

0 comments on commit c973e18

Please sign in to comment.