Skip to content

Commit

Permalink
Version bump [0.3.4]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shariff committed Jan 16, 2025
1 parent a1531fb commit 4052afa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
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).

## [0.3.4]
### Fixed
- Participant order with dictionary failing
- Both levels of grouping correctly using latin square

## [0.3.3]
### Added
- `run` cli command has an `ask-default-participant-index` option.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "experiment_server"
version = "0.3.3"
version = "0.3.4"
description = "Server for experiments to get configuarations from"

license = "MIT"
Expand Down

0 comments on commit 4052afa

Please sign in to comment.