Skip to content

Commit

Permalink
preparing v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbean committed Mar 4, 2024
1 parent b2a55b5 commit c937e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [4.2.1] 2024-03-04
### Changed
- `VerificationRule.from_dict` reapplies strategies.

Expand Down
2 changes: 1 addition & 1 deletion comb_spec_searcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
VerificationStrategy,
)

__version__ = "4.2.0"
__version__ = "4.2.1"

__all__ = [
"CombinatorialSpecificationSearcher",
Expand Down

0 comments on commit c937e7d

Please sign in to comment.