Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Jan 14, 2024
1 parent c45f126 commit 8aefec6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Contents
- `1.2.4`_
- `1.3.0`_
- `1.3.1`_
- `2.0.0`_



Expand Down Expand Up @@ -264,3 +265,10 @@ Changelog
- Run tests against Python 3.10
- Add missing Readme to pyproject.toml
- Drop Python 3.6 support


2.0.0
=====

- Drop Python 3.7 support
- Test against Python 3.11 and 3.12
2 changes: 1 addition & 1 deletion cologne_phonetics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from __future__ import annotations

__author__ = "Janek Nouvertné"
__version__ = "1.3.0"
__version__ = "2.0.0"
__license__ = "MIT"

import re
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cologne_phonetics"
version = "1.3.1"
version = "2.0.0"
description = "Python implementation of the cologne-phonetics algorithm"
authors = ["Janek Nouvertné"]
license = "MIT"
Expand Down

0 comments on commit 8aefec6

Please sign in to comment.