Skip to content

Commit

Permalink
Release/0.28.0 (#820)
Browse files Browse the repository at this point in the history
* Update changelog

* Stampede2 wasn't removed in 0.27.0

* Bump up to version 0.28.0.

* Update release date
  • Loading branch information
cbkerr authored Feb 19, 2024
1 parent 779f093 commit 2657151
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.27.0
current_version = 0.28.0
commit = True
tag = False
message = Bump up to version {new_version}.
Expand Down
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-flow
version: 0.27.0
version: 0.28.0
abstract: |
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.
authors:
Expand Down
22 changes: 9 additions & 13 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,32 @@ The numbers in brackets denote the related GitHub issue and/or pull request.
Version 0.28
============

[next] -- not yet released
--------------------------
[0.28.0] -- 2024-02-19
----------------------

Added
+++++

- Support the ``gpu_mig40`` partition on UMich Great Lakes (#811).

Fixed
+++++

- Generate correct SLURM scripts on SDSC Expanse (#810).
- Suppress warning for regex operation names that match groups (#804).

Changed
+++++++

- Move "Submit command" comment to end of pretend output (#805).
- Improve aggregate registration performance (#818).
- Hide empty "Labels" section in status output when there are no labels (#818).

Fixed
+++++

- Generate correct SLURM scripts on SDSC Expanse (#810).
- Suppress warning for regex operation names that match groups (#804).

Removed
+++++++

- Remove Zenodo (#816).
- Remove stampede2 (#786).

Version 0.27
============
Expand Down Expand Up @@ -60,11 +61,6 @@ Fixed
- Restored static output of non-singleton groups (#773, #774).
- Remove warnings by using new ``jsonschema`` API (#787).

Removed
+++++++

- Stampede 2 environment (#786).

Version 0.26
============

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = "0.27.0"
version = "0.28.0"
# The full version, including alpha/beta/rc tags.
release = "0.27.0"
release = "0.28.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 flow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# This software is licensed under the BSD 3-Clause License.
"""Define the signac-flow version."""

__version__ = "0.27.0"
__version__ = "0.28.0"

__all__ = ["__version__"]
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-flow"
version = "0.27.0"
version = "0.28.0"
description = "Simple workflow management for signac projects."
readme = "README.md"
# Supported versions are determined according to NEP 29.
Expand Down

0 comments on commit 2657151

Please sign in to comment.