Skip to content

Commit b3c4cb4

Browse files
authored
Merge pull request #54 from paulromano/release-0.3.0
Update version number to 0.3.0
2 parents 1e0125e + 26cc560 commit b3c4cb4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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.3.0]
99

1010
### Added
1111

doc/source/_static/switcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "latest",
55
"url": "https://watts.readthedocs.io/en/latest/"
66
},
7+
{
8+
"name": "0.3.0",
9+
"version": "v0.3.0",
10+
"url": "https://watts.readthedocs.io/en/v0.3.0/"
11+
},
712
{
813
"name": "0.2.0",
914
"version": "v0.2.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "watts"
7-
version = "0.3.0-dev"
7+
version = "0.3.0"
88
authors = [
99
{ name = "UChicago Argonne, LLC", email = "watts@anl.gov" },
1010
]

src/watts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# This allows a user to write watts.Quantity
1717
from astropy.units import Quantity
1818

19-
__version__ = '0.3.0-dev'
19+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)