Skip to content

Commit

Permalink
Merge pull request #103 from paulromano/release-0.5.1
Browse files Browse the repository at this point in the history
Update version number to 0.5.1
  • Loading branch information
nstauff authored Jul 11, 2023
2 parents 8e4d6f2 + e786058 commit df5d52b
Show file tree
Hide file tree
Showing 4 changed files with 8 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.5.1]

### Added

Expand Down
5 changes: 5 additions & 0 deletions doc/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"version": "latest",
"url": "https://watts.readthedocs.io/en/latest/"
},
{
"name": "0.5.1",
"version": "v0.5.1",
"url": "https://watts.readthedocs.io/en/v0.5.1/"
},
{
"name": "0.5.0",
"version": "v0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "watts"
version = "0.5.1-dev"
version = "0.5.1"
authors = [
{ name = "UChicago Argonne, LLC", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/watts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# This allows a user to write watts.Quantity
from astropy.units import Quantity

__version__ = '0.5.1-dev'
__version__ = '0.5.1'

0 comments on commit df5d52b

Please sign in to comment.