Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.6.0 #194

Merged
merged 3 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"