Skip to content

Commit

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

* Bump up to version 0.6.0.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
cbkerr and pre-commit-ci[bot] authored Aug 31, 2023
1 parent 81981c1 commit 03108ed
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 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.5.0
current_version = 0.6.0
commit = True
tag = True
message = Bump up to version {new_version}.
Expand Down
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The **signac-dashboard** package follows `semantic versioning <https://semver.or
Version 0.6
===========

[0.6.0] -- 2023-xx-xx
[0.6.0] -- 2023-08-30
---------------------

Added
Expand All @@ -21,6 +21,11 @@ Fixed

- Updated bundled jQuery version to 3.6.4 for a security fix (#184).

Updated
+++++++

- Security documentation (#185).

[0.5.0] -- 2023-03-30
---------------------

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
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-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.
Expand Down
2 changes: 1 addition & 1 deletion signac_dashboard/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 03108ed

Please sign in to comment.