Skip to content

Commit

Permalink
Merge pull request #72 from paulromano/release-0.4.0
Browse files Browse the repository at this point in the history
Update version number to 0.4.0
  • Loading branch information
nstauff committed Nov 10, 2022
2 parents bdea2b3 + fb8579d commit 29270ed
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ 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.4.0]

### Added

* DAKOTA plugin via the `PluginDakota` class
* ABCE plugin via the `PluginABCE` class
* Ability to define a generic plugin via the `PluginGeneric` class
* The `Database` class now has a `remove` method that allows a single result to
be removed

### Changes

* The OpenMC plugin unit test no longer requires the `OPENMC_CROSS_SECTIONS`
environment variable to be set

## [0.3.0]

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.4.0",
"version": "v0.4.0",
"url": "https://watts.readthedocs.io/en/v0.4.0/"
},
{
"name": "0.3.0",
"version": "v0.3.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.3.1-dev"
version = "0.4.0"
authors = [
{ name = "UChicago Argonne, LLC", email = "watts@anl.gov" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/watts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# This allows a user to write watts.Quantity
from astropy.units import Quantity

__version__ = '0.3.1-dev'
__version__ = '0.4.0'

0 comments on commit 29270ed

Please sign in to comment.