Skip to content

Commit e64a844

Browse files
committed
Version update
1 parent 584bc2d commit e64a844

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## clinguin 2.2.0
4+
5+
* Additions
6+
* Drag and Drop
7+
8+
39
## clinguin 2.1.1
410

511
* Bug fix

angular_frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"karma-chrome-launcher": "~3.2.0",
3838
"karma-coverage": "~2.2.0",
3939
"karma-jasmine": "~5.1.0",
40-
"karma-jasmine-html-reporter": "~2.1.1",
40+
"karma-jasmine-html-reporter": "~2.2.0",
4141
"typescript": "~5.1.3"
4242
}
4343
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
author = "Susana Hahn, Alexander Beiser"
4242

4343
# The full version, including alpha/beta/rc tags
44-
release = "2.1.1"
44+
release = "2.2.0"
4545

4646
# -- General configuration ---------------------------------------------------
4747

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = clinguin
3-
version = 2.1.1
3+
version = 2.2.0
44
author = Alexander Beiser, Susana Hahn (Potassco)
55
66
description = An interactive visualizer for clingo

tests/reference_json_output/health.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Health:
66
def get_reference_json(cls):
77
json_dict = {
88
"name": "clinguin",
9-
"version": "2.1.1",
9+
"version": "2.2.0",
1010
"description": "An interactive visualizer for clingo",
1111
}
1212

0 commit comments

Comments
 (0)