Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Nov 28, 2023
1 parent 76b8d3f commit b9b1802
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes


## [Unreleased]
## [2.1.0] - 2023-11-28

- Dropped support for Python 3.7.
- Added support for Python 3.11 and 3.12.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Johann-Mattis List and Robert Forkel'

# The full version, including alpha/beta/rc tags
release = '2.0.1.dev0'
release = '2.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyigt
version = 2.0.1.dev0
version = 2.1.0
license = GPL
author = Johann-Mattis List and Robert Forkel
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/pyigt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .igt import Corpus, IGT, LGRConformance, Example # noqa: F401
from .lgrmorphemes import GlossedWord, GlossedMorpheme # noqa: F401

__version__ = '2.0.1.dev0'
__version__ = '2.1.0'

0 comments on commit b9b1802

Please sign in to comment.