Skip to content

Commit

Permalink
bumped to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpue committed Oct 16, 2023
1 parent d0c6a47 commit 8561a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions HISTORY.rst
Expand Up @@ -8,7 +8,6 @@ History
* allow insertion of transliteration error messages into output
* fix Devanagari output in Sphinx-generated Latex PDF
* add translated messages
* add precommit to run black
* add static typing with mypy
* adjust IncorrectVersionException to only consider major, minor versioning not patch
* Adjust CSS for CLI output in docs
Expand All @@ -19,7 +18,7 @@ History
* Add on/off switch characters
* Update module publication

1.x.x (2023-10-15)
1.2.4 (2023-10-15)
------------------
* switched to poetry for module publishing, based on cookiecutter-poetry
* fixed click version command
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphtransliterator"
version = "1.2.3"
version = "1.2.4"
description = "A graph-based transliteration tool"
authors = ["A. Sean Pue <seanpue@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 8561a68

Please sign in to comment.