Skip to content

Commit

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

* Bump up to version 0.4.0.

* Update date in changelog

Co-authored-by: Bradley Dice <[email protected]>

Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
cbkerr and bdice authored Dec 12, 2022
1 parent 274bfc6 commit 7c7a696
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,25 @@ The **signac-dashboard** package follows `semantic versioning <https://semver.or
Version 0.4
===========

[next release] -- YYYY-MM-DD
----------------------------
[0.4.0] -- 2022-12-12
---------------------

Added
+++++

- Improve security on multi-user systems. Dashboard now generates a login token when started. Users
must login with the token to view project and job data in the dashboard.
must login with the token to view project and job data in the dashboard (#122, #158).

Changed
+++++++

- ``ImageViewer`` searches for ``*.svg`` files by default.
- ``ImageViewer`` searches for ``*.svg`` files by default (#157).

Fixed
+++++

- Fixed handling of ``--debug`` command line option (#152).
- Addressed deprecation warnings from signac 1.8.0 (#132, #153).

Version 0.3
===========
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.3.1"
version = "0.4.0"
# The full version, including alpha/beta/rc tags
release = "0.3.1"
release = "0.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.4.0
commit = True
tag = True
message = Bump up to version {new_version}.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name="signac-dashboard",
version="0.3.1",
version="0.4.0",
packages=find_packages(),
include_package_data=True,
# 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.3.1"
__version__ = "0.4.0"

0 comments on commit 7c7a696

Please sign in to comment.