diff --git a/CHANGELOG.md b/CHANGELOG.md index 920b4f53..eccae57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] ### Added diff --git a/doc/source/_static/switcher.json b/doc/source/_static/switcher.json index a9464b1e..f6d5341e 100644 --- a/doc/source/_static/switcher.json +++ b/doc/source/_static/switcher.json @@ -4,6 +4,11 @@ "version": "latest", "url": "https://watts.readthedocs.io/en/latest/" }, + { + "name": "0.5.0", + "version": "v0.5.0", + "url": "https://watts.readthedocs.io/en/v0.4.1/" + }, { "name": "0.4.0", "version": "v0.4.0", diff --git a/pyproject.toml b/pyproject.toml index c4f02e92..ff624ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "watts" -version = "0.4.1-dev" +version = "0.5.0" authors = [ { name = "UChicago Argonne, LLC", email = "watts@anl.gov" }, ] diff --git a/src/watts/__init__.py b/src/watts/__init__.py index 73d989fa..b22fd83c 100644 --- a/src/watts/__init__.py +++ b/src/watts/__init__.py @@ -20,4 +20,4 @@ # This allows a user to write watts.Quantity from astropy.units import Quantity -__version__ = '0.4.1-dev' +__version__ = '0.5.0'