Skip to content

Commit 01d1d11

Browse files
committed
Update to graphANNIS 2.4.8
1 parent 49e80a3 commit 01d1d11

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33

44
## [Unreleased]
55

6+
### Changed
7+
8+
- Update to graphANNIS 2.4.8.
9+
610
## [2.1.0] - 2022-06-01
711

12+
### Changed
13+
814
- Update to graphANNIS 2.1.0 This does change the graphANNIS C-API (see
915
<https://github.com/korpling/graphANNIS/blob/main/CHANGELOG.md#200---2022-03-29>)
1016
but does not actually the exported functions of the Python API.
1117

1218
## [1.4.1] - 2021-12-09
1319

20+
### Changed
21+
1422
- Update to graphANNIS 1.4.1
1523

1624
## [0.32.0] - 2021-08-09

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# graphANNIS Python Bindings
44

5-
GraphANNIS is a library for corpus linguistic queries and these are the Python bindings to **graphANNIS core library version 2.1.0**.
5+
GraphANNIS is a library for corpus linguistic queries and these are the Python bindings to **graphANNIS core library version 2.4.8**.
66

77

88
## How to use in your own scripts

README_pypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ graphANNIS Python Bindings
33
==========================
44

55
GraphANNIS (https://github.com/korpling/graphANNIS/) is a library for corpus linguistic queries
6-
and these are the Python bindings to **graphANNIS core library version 2.1.0**.
6+
and these are the Python bindings to **graphANNIS core library version 2.4.8**.
77

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import os.path
1313

1414
# Package meta-data
15-
VERSION = '2.1.0'
16-
CORE_VERSION = '2.1.0' # graphANNIS core library version
15+
VERSION = '2.4.8'
16+
CORE_VERSION = '2.4.8' # graphANNIS core library version
1717

1818
CORE_FILES = {
1919
'linux-x86-64/libgraphannis.so': 'https://github.com/korpling/graphANNIS/releases/download/v' +

0 commit comments

Comments
 (0)