Skip to content

Commit

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

* Fix setup.py version discrepancy

* Bump up to version 0.3.1.

* Update readme
  • Loading branch information
cbkerr authored Oct 17, 2022
1 parent 317c6e7 commit 1315fbd
Show file tree
Hide file tree
Showing 5 changed files with 7 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.1] -- 2022-xx-xx
[0.3.1] -- 2022-10-17

Changed
+++++++
Expand All @@ -17,7 +17,7 @@ Changed
Fixed
+++++

- Rename ``cache_timeout`` to ``max_age`` in calls to flask.send_from_directory (#142, #143).
- Renamed ``cache_timeout`` to ``max_age`` in calls to flask.send_from_directory (#142, #143, #149).

[0.3.0] -- 2022-06-22
---------------------
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.0"
version = "0.3.1"
# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.3.1"


# -- 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.0
current_version = 0.3.1
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 @@ -33,7 +33,7 @@

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

0 comments on commit 1315fbd

Please sign in to comment.