We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7450191 commit 7a33be8Copy full SHA for 7a33be8
camel_tools/VERSION
@@ -1 +1 @@
1
-1.3.1
+1.4.0
camel_tools/data/catalogue.py
@@ -43,7 +43,7 @@
43
44
45
HASH_BLOCK_SIZE = 65536
46
-CATALOGUE_URL = "https://raw.githubusercontent.com/CAMeL-Lab/camel-tools-data/main/catalogue-1.3.json"
+CATALOGUE_URL = "https://raw.githubusercontent.com/CAMeL-Lab/camel-tools-data/main/catalogue-1.4.json"
47
48
49
def _get_appdatadir():
docs/source/conf.py
@@ -27,9 +27,9 @@
27
author = 'Ossama W. Obeid'
28
29
# The short X.Y version
30
-version = '1.3'
+version = '1.4'
31
# The full version, including alpha/beta/rc tags
32
-release = '1.3.1'
+release = '1.4.0'
33
34
35
# -- General configuration ---------------------------------------------------
0 commit comments