Skip to content

Commit

Permalink
Bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Nov 16, 2023
1 parent cfa4929 commit bb427e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [unreleased]
## [0.17.0] - 2023-11-16

### Added
* Templating/keyword formating for cacher path overrides. This allows overriding
Expand All @@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Manager maps are disabled after a `run_experiment` call, so managers used in
live contexts (e.g. notebooks) may continue to run stages after the experiment
has completed.
* Experiments generating multiple reports instead of just once and
linking/copying the folders as necessary.

### Removed
* Old `ExperimentArgs` references and associated deprecation warnings.
Expand Down
2 changes: 1 addition & 1 deletion curifactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
stage,
)

__version__ = "0.16.1"
__version__ = "0.17.0"

0 comments on commit bb427e5

Please sign in to comment.