Skip to content

Commit

Permalink
Bump 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Oct 14, 2023
1 parent 01ba314 commit ed811d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main)

### Added

### Changed

### Removed

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

### Added
- [dev] Test coverage report

Expand All @@ -16,8 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [dev] Update `pre-commit` config
- [dev] CI: remove hard requirement on linters for tests to run

### Removed

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

### Added
Expand Down
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from model_bakery import __about__

project = "Model Bakery"
copyright = "2023, Rust Saiargaliev"
author = "Rust Saiargaliev"
version = release = "1.15.0"
version = release = __about__.__version__

extensions = []

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.15.0"
__version__ = "1.16.0"

0 comments on commit ed811d0

Please sign in to comment.