Skip to content

Commit 7a33be8

Browse files
committed
Bumped camel-tools version to 1.4.0.
1 parent 7450191 commit 7a33be8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

camel_tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.4.0

camel_tools/data/catalogue.py

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

4444

4545
HASH_BLOCK_SIZE = 65536
46-
CATALOGUE_URL = "https://raw.githubusercontent.com/CAMeL-Lab/camel-tools-data/main/catalogue-1.3.json"
46+
CATALOGUE_URL = "https://raw.githubusercontent.com/CAMeL-Lab/camel-tools-data/main/catalogue-1.4.json"
4747

4848

4949
def _get_appdatadir():

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
author = 'Ossama W. Obeid'
2828

2929
# The short X.Y version
30-
version = '1.3'
30+
version = '1.4'
3131
# The full version, including alpha/beta/rc tags
32-
release = '1.3.1'
32+
release = '1.4.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)