From e78605884836fc012164a82af285444053dcecc2 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 11 Jul 2023 10:40:02 -0500 Subject: [PATCH] Update version number to 0.5.1 --- CHANGELOG.md | 2 +- doc/source/_static/switcher.json | 5 +++++ pyproject.toml | 2 +- src/watts/__init__.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac7eca..ed2ec37 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.1] ### Added diff --git a/doc/source/_static/switcher.json b/doc/source/_static/switcher.json index 4c91901..e6017ca 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.1", + "version": "v0.5.1", + "url": "https://watts.readthedocs.io/en/v0.5.1/" + }, { "name": "0.5.0", "version": "v0.5.0", diff --git a/pyproject.toml b/pyproject.toml index d1bcaaf..4fc11cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "watts" -version = "0.5.1-dev" +version = "0.5.1" authors = [ { name = "UChicago Argonne, LLC", email = "watts@anl.gov" }, ] diff --git a/src/watts/__init__.py b/src/watts/__init__.py index 3550b03..8c9a37b 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.5.1-dev' +__version__ = '0.5.1'