Skip to content

Commit

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

* Bump up to version 0.3.0.
  • Loading branch information
cbkerr authored Jun 22, 2022
1 parent b94db62 commit 400a408
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.3
===========

[0.3.0] -- 2022-xx-xx
[0.3.0] -- 2022-06-22
---------------------

Added
Expand Down Expand Up @@ -46,7 +46,7 @@ Version 0.2
Added
+++++

- Ability to select modules and views on narrow screens (#114).
- Ability to select modules and views on narrow screens (#93, #114).

Fixed
+++++
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.2.10"
version = "0.3.0"
# The full version, including alpha/beta/rc tags
release = "0.2.10"
release = "0.3.0"


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.10
current_version = 0.3.0
commit = True
tag = True
message = Bump up to version {new_version}.
Expand All @@ -25,3 +25,4 @@ ignore = E123,E126,E203,E226,E241,E704,W503,W504
filterwarnings =
ignore:.*SimpleKeyring is deprecated.*:DeprecationWarning
ignore:.*The doc_filter argument was deprecated.*:DeprecationWarning

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name="signac-dashboard",
version="0.2.10",
version="0.3.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.2.10"
__version__ = "0.3.0"

0 comments on commit 400a408

Please sign in to comment.