Skip to content

Commit

Permalink
bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Dec 18, 2016
1 parent d6c460a commit 9a2cc27
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.5
pip install greek-accentuation==1.1.0


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

## Change Log

### Added in 1.1.0

* `accentuation.persistent` now supports `default_short` parameter

### Fixed in 1.0.5

* fixed calculation of coda when syllable is vowel+macron+smooth
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.5",
version="1.1.0",
description="""\
Python 3 library for accenting (and analyzing the accentuation of) \
Ancient Greek words""",
Expand Down

0 comments on commit 9a2cc27

Please sign in to comment.