Skip to content

Commit e3f21e5

Browse files
authored
Merge pull request #90 from paulromano/release-0.5.0
Update version number to 0.5.0
2 parents a728710 + 75afb78 commit e3f21e5

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.5.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.5.0",
9+
"version": "v0.5.0",
10+
"url": "https://watts.readthedocs.io/en/v0.4.1/"
11+
},
712
{
813
"name": "0.4.0",
914
"version": "v0.4.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.4.1-dev"
7+
version = "0.5.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
@@ -20,4 +20,4 @@
2020
# This allows a user to write watts.Quantity
2121
from astropy.units import Quantity
2222

23-
__version__ = '0.4.1-dev'
23+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)