From 1607a25302ea8ba5c749a452c0a09e6ac7e4d33b Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 25 Mar 2022 13:19:04 -0500 Subject: [PATCH] Update version number to 0.2.0 --- CHANGELOG.md | 2 +- doc/source/_static/switcher.json | 4 ++++ setup.cfg | 2 +- src/watts/__init__.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad96bb3b..34df6bfd 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.2.0] ### Added diff --git a/doc/source/_static/switcher.json b/doc/source/_static/switcher.json index 3089913c..0aaec783 100644 --- a/doc/source/_static/switcher.json +++ b/doc/source/_static/switcher.json @@ -3,6 +3,10 @@ "name": "dev", "version": "latest" }, + { + "name": "0.2.0", + "version": "v0.2.0" + }, { "name": "0.1.0", "version": "v0.1.0" diff --git a/setup.cfg b/setup.cfg index 83495d94..9e957548 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = watts -version = 0.2.0-dev +version = 0.2.0 author = UChicago Argonne, LLC author_email = watts@anl.gov description = Workflow and Template Toolkit for Simulation diff --git a/src/watts/__init__.py b/src/watts/__init__.py index d8a1d8b5..db356cb5 100644 --- a/src/watts/__init__.py +++ b/src/watts/__init__.py @@ -13,4 +13,4 @@ # This allows a user to write watts.Quantity from astropy.units import Quantity -__version__ = '0.2.0-dev' +__version__ = '0.2.0'