Skip to content

Commit 0feb48d

Browse files
upgrade to core 1.4.3 and web 1.4.0
1 parent 9073374 commit 0feb48d

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MONGO_TAG=5.0
2-
MCRIT_TAG=1.4.1
3-
MCRIT_BRANCH=v1.4.1
4-
MCRITWEB_TAG=1.3.6
5-
MCRITWEB_BRANCH=v1.3.6
2+
MCRIT_TAG=1.4.3
3+
MCRIT_BRANCH=v1.4.3
4+
MCRITWEB_TAG=1.4.0
5+
MCRITWEB_BRANCH=v1.4.0

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ For an explanation of the usage of MCRIT itself, please refer to the respective
5454
## History
5555

5656
MCRIT was officially released as version 1.0.0 at Botconf 2023 ([paper](https://journal.cecyf.fr/ojs/index.php/cybin/article/view/45), [slides](https://www.botconf.eu/wp-content/uploads/formidable/2/2023-15-Plohmann_MCRIT.pdf), [video](https://www.youtube.com/watch?v=kvBHbXZZq2c&list=PL8fFmUArVzKhanPzq5HlGAUHhzRB3qDLE&index=24&ab_channel=botconfeu))
57+
58+
## Updates
59+
60+
* 2025-12-08: MCRIT 1.4.3, MCRITweb 1.4.0
61+
* 2025-08-22: MCRIT 1.4.1, MCRITweb 1.3.6

config/McritConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class McritConfig(object):
1111

1212
# NOTE to self: always change this in setup.py as well!
13-
VERSION = "1.4.1"
13+
VERSION = "1.4.3"
1414
CONFIG_FILE_PATH = str(os.path.abspath(__file__))
1515
PROJECT_ROOT = str(os.path.abspath(os.sep.join([CONFIG_FILE_PATH, "..", ".."])))
1616

0 commit comments

Comments
 (0)