Skip to content

Commit

Permalink
Merge pull request #30 from paulromano/release-0.2.0
Browse files Browse the repository at this point in the history
Update version number to 0.2.0
  • Loading branch information
nstauff committed Mar 25, 2022
2 parents 8740958 + 1607a25 commit 2b10551
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions doc/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"name": "dev",
"version": "latest"
},
{
"name": "0.2.0",
"version": "v0.2.0"
},
{
"name": "0.1.0",
"version": "v0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/watts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 2b10551

Please sign in to comment.