Skip to content

Commit

Permalink
Bump 1.9.0
Browse files Browse the repository at this point in the history
- Fixed a bug with `seq` being passed a tz-aware start value [PR #353](#353)
- Create m2m when using `_bulk_create=True` [PR #354](#354)
- [dev] Use official postgis docker image in CI [PR #355](#355)
  • Loading branch information
amureki committed Oct 24, 2022
1 parent ef3cc50 commit 951271c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

### Changed
- Fixed a bug with `seq` being passed a tz-aware start value [PR #353](https://github.com/model-bakers/model_bakery/pull/353)
- [dev] Use official postgis docker image in CI [PR #355](https://github.com/model-bakers/model_bakery/pull/355)
- Create m2m when using `_bulk_create=True` [PR #354](https://github.com/model-bakers/model_bakery/pull/354)

### Removed

## [1.9.0](https://pypi.org/project/model-bakery/1.9.0/)
- Fixed a bug with `seq` being passed a tz-aware start value [PR #353](https://github.com/model-bakers/model_bakery/pull/353)
- Create m2m when using `_bulk_create=True` [PR #354](https://github.com/model-bakers/model_bakery/pull/354)
- [dev] Use official postgis docker image in CI [PR #355](https://github.com/model-bakers/model_bakery/pull/355)

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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# built documents.
#
# The short X.Y and the full version, including alpha/beta/rc tags.
version = release = "1.8.0"
version = release = "1.9.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion model_bakery/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.8.0"
__version__ = "1.9.0"
__author__ = "berin"
__email__ = "bernardoxhc@gmail.com"
__url__ = "https://github.com/model-bakers/model_bakery"
Expand Down

0 comments on commit 951271c

Please sign in to comment.