Skip to content

Commit

Permalink
Bump up to version 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbkerr committed Feb 13, 2024
1 parent 9cf67e6 commit 6b76953
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.2.0
commit = True
tag = False
message = Bump up to version {new_version}.
Expand All @@ -11,3 +11,4 @@ message = Bump up to version {new_version}.
[bumpversion:file:doc/conf.py]

[bumpversion:file:CITATION.cff]

2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
cff-version: "1.0.3"
title: signac
version: 2.1.0
version: 2.2.0
abstract: |
The signac framework helps users manage and scale file-based workflows, facilitating data
reuse, sharing, and reproducibility. It provides a simple and robust data model to create
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = "2.1.0"
version = "2.2.0"
# The full version, including alpha/beta/rc tags.
release = "2.1.0"
release = "2.2.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = ["setuptools>=64.0.0"]

[project]
name = "signac"
version = "2.1.0"
version = "2.2.0"
description = "Manage large and heterogeneous data spaces on the file system."
readme = "README.md"
# Supported versions are determined according to NEP 29.
Expand Down
2 changes: 1 addition & 1 deletion signac/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Define signac version."""


__version__ = "2.1.0"
__version__ = "2.2.0"

SCHEMA_VERSION = 2

Expand Down

0 comments on commit 6b76953

Please sign in to comment.