From 2a3b840ced400afcec17601401a4f66de7450877 Mon Sep 17 00:00:00 2001 From: Corwin Kerr Date: Wed, 30 Aug 2023 16:48:42 -0400 Subject: [PATCH 1/3] Update changelog --- changelog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 99d0b9f..9a44b9a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,7 +7,7 @@ The **signac-dashboard** package follows `semantic versioning Date: Wed, 30 Aug 2023 16:52:00 -0400 Subject: [PATCH 2/3] Bump up to version 0.6.0. --- .bumpversion.cfg | 3 ++- doc/conf.py | 4 ++-- pyproject.toml | 2 +- signac_dashboard/version.py | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 81cc0ef..66b563f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True message = Bump up to version {new_version}. @@ -9,3 +9,4 @@ message = Bump up to version {new_version}. [bumpversion:file:signac_dashboard/version.py] [bumpversion:file:doc/conf.py] + diff --git a/doc/conf.py b/doc/conf.py index ee421be..ee0df8a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,9 +23,9 @@ author = "Bradley D. Dice, Carl S. Adorf, Sharon C. Glotzer" # The short X.Y version -version = "0.5.0" +version = "0.6.0" # The full version, including alpha/beta/rc tags -release = "0.5.0" +release = "0.6.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 356016f..46a4a34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = ["setuptools>=64.0.0"] [project] name = "signac-dashboard" -version = "0.5.0" +version = "0.6.0" description = "Visualize data spaces in a web browser." readme = "README.md" # Supported versions are determined according to NEP 29. diff --git a/signac_dashboard/version.py b/signac_dashboard/version.py index ae8a9f0..5705305 100644 --- a/signac_dashboard/version.py +++ b/signac_dashboard/version.py @@ -2,4 +2,4 @@ # All rights reserved. # This software is licensed under the BSD 3-Clause License. -__version__ = "0.5.0" +__version__ = "0.6.0" From 3589c759c1785d49e13cf8cd847946fdea0f883f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 20:54:53 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .bumpversion.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 66b563f..2abe281 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -9,4 +9,3 @@ message = Bump up to version {new_version}. [bumpversion:file:signac_dashboard/version.py] [bumpversion:file:doc/conf.py] -