Skip to content

Commit ad75ddb

Browse files
committed
Bump 1.12.0
1 parent 3e65942 commit ad75ddb

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main)
99

1010
### Added
11-
- Add support for CharField with max_length=None
1211

1312
### Changed
14-
- Fix utils.seq with start=0
1513

1614
### Removed
1715

16+
## [1.12.0](https://pypi.org/project/model-bakery/1.12.0/)
17+
18+
### Added
19+
- Add support for CharField with max_length=None
20+
21+
### Changed
22+
- Fix utils.seq with start=0
23+
1824
## [1.11.0](https://pypi.org/project/model-bakery/1.11.0/)
1925

2026
### Added

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# built documents.
5555
#
5656
# The short X.Y and the full version, including alpha/beta/rc tags.
57-
version = release = "1.11.0"
57+
version = release = "1.12.0"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

model_bakery/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.11.0"
1+
__version__ = "1.12.0"

0 commit comments

Comments
 (0)