Skip to content

Commit

Permalink
Bump 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Jun 3, 2024
1 parent 1899c19 commit a9ae541
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 @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [1.18.1](https://pypi.org/project/model-bakery/1.18.1/)

### Changed
- Replace expensive `count()` with cheap `exists()`

## [1.18.0](https://pypi.org/project/model-bakery/1.18.0/)

### Added
Expand Down
2 changes: 1 addition & 1 deletion model_bakery/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.18.0"
__version__ = "1.18.1"

0 comments on commit a9ae541

Please sign in to comment.