Commit ad75ddb 1 parent 3e65942 commit ad75ddb Copy full SHA for ad75ddb
File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## [ Unreleased] ( https://github.com/model-bakers/model_bakery/tree/main )
9
9
10
10
### Added
11
- - Add support for CharField with max_length=None
12
11
13
12
### Changed
14
- - Fix utils.seq with start=0
15
13
16
14
### Removed
17
15
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
+
18
24
## [ 1.11.0] ( https://pypi.org/project/model-bakery/1.11.0/ )
19
25
20
26
### Added
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# 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"
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version__ = "1.11 .0"
1
+ __version__ = "1.12 .0"
You can’t perform that action at this time.
0 commit comments