Skip to content

Commit 3652e68

Browse files
authored
Release/0.26.0 (#762)
* doc: Update changelog * Bump up to version 0.26.0.
1 parent c65cc0f commit 3652e68

7 files changed

+8
-8
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.25.1
2+
current_version = 0.26.0
33
commit = True
44
tag = False
55
message = Bump up to version {new_version}.

.zenodo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,5 @@
194194
},
195195
"title": "signac-flow",
196196
"upload_type": "software",
197-
"version": "0.25.1"
197+
"version": "0.26.0"
198198
}

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
cff-version: "1.0.3"
44
title: signac-flow
5-
version: 0.25.1
5+
version: 0.26.0
66
abstract: |
77
The signac-flow tool provides the basic components to set up simple to complex workflows for projects as part of the signac framework. That includes the definition of data pipelines, execution of data space operations and the submission of operations to high-performance super computers.
88
authors:

changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The numbers in brackets denote the related GitHub issue and/or pull request.
88
Version 0.26
99
============
1010

11-
[0.26.0] -- 2023-xx-xx
11+
[0.26.0] -- 2023-09-06
1212
----------------------
1313

1414
Added

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ def __getattr__(cls, name):
7878
# built documents.
7979
#
8080
# The short X.Y version.
81-
version = "0.25.1"
81+
version = "0.26.0"
8282
# The full version, including alpha/beta/rc tags.
83-
release = "0.25.1"
83+
release = "0.26.0"
8484

8585
# The language for content autogenerated by Sphinx. Refer to documentation
8686
# for a list of supported languages.

flow/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This software is licensed under the BSD 3-Clause License.
44
"""Define the signac-flow version."""
55

6-
__version__ = "0.25.1"
6+
__version__ = "0.26.0"
77

88
__all__ = ["__version__"]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = ["setuptools>=64.0.0"]
77

88
[project]
99
name = "signac-flow"
10-
version = "0.25.1"
10+
version = "0.26.0"
1111
description = "Simple workflow management for signac projects."
1212
readme = "README.md"
1313
# Supported versions are determined according to NEP 29.

0 commit comments

Comments
 (0)