Skip to content

Commit 2b10551

Browse files
authored
Merge pull request #30 from paulromano/release-0.2.0
Update version number to 0.2.0
2 parents 8740958 + 1607a25 commit 2b10551

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.0]
99

1010
### Added
1111

doc/source/_static/switcher.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"name": "dev",
44
"version": "latest"
55
},
6+
{
7+
"name": "0.2.0",
8+
"version": "v0.2.0"
9+
},
610
{
711
"name": "0.1.0",
812
"version": "v0.1.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = watts
3-
version = 0.2.0-dev
3+
version = 0.2.0
44
author = UChicago Argonne, LLC
55
author_email = watts@anl.gov
66
description = Workflow and Template Toolkit for Simulation

src/watts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# This allows a user to write watts.Quantity
1414
from astropy.units import Quantity
1515

16-
__version__ = '0.2.0-dev'
16+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)