Skip to content

Commit f8c306d

Browse files
committed
Bump version: 2.1.0 → 2.2.0
1 parent d0866bd commit f8c306d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ authors:
1212
given-names: Andreas
1313
affiliation: "German Aerospace Center (DLR)"
1414
orcid: "https://orcid.org/0000-0001-5750-5649"
15-
version: "2.1.0"
16-
date-released: "2023-04-17"
15+
version: "2.2.0"
16+
date-released: "2023-09-05"
1717
license: MIT
1818
repository-code: "https://github.com/DLR-SC/gitlab2prov"
1919
references:

gitlab2prov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
__author__ = "Claas de Boer, Andreas Schreiber"
44
__copyright__ = "Copyright 2020, German Aerospace Center (DLR) and individual contributors"
55
__license__ = "MIT"
6-
__version__ = "2.1.0"
6+
__version__ = "2.2.0"
77
__status__ = "Development"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ line-length = 99
7878
target-version = ['py310']
7979

8080
[tool.bumpversion]
81-
current_version = "2.1.0"
81+
current_version = "2.2.0"
8282
commit = true
8383
tag = true
8484
tag_name = "{new_version}"

0 commit comments

Comments
 (0)