From c973e18c63d59fc2fe73f752ba931a77fbd9be86 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Fri, 4 Nov 2016 13:18:03 -0400 Subject: [PATCH] bumped version to 1.0.2 --- README.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4504c7f..437341d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For more of my work on Ancient Greek, see . ## Installation - pip install greek-accentuation==1.0.1 + pip install greek-accentuation==1.0.2 ## Documentation @@ -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 diff --git a/setup.py b/setup.py index c2a0fd4..1c25e9c 100644 --- a/setup.py +++ b/setup.py @@ -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""",