Skip to content

Commit

Permalink
Update lib version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
berinhard committed Jul 22, 2020
1 parent d2380d9 commit b4204c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 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/master)

### Added

### Changed

### Removed

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

### Added
- Support to Postgres fields: `DecimalRangeField`, `FloatRangeField`, `IntegerRangeField`, `BigIntegerRangeField`, `DateRangeField`, `DateTimeRangeField` [PR #80](https://github.com/model-bakers/model_bakery/pull/80)

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0.2"
version = "1.1.1"
# The full version, including alpha/beta/rc tags.
release = "1.0.2"
release = "1.1.1"

# 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/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Model Bakery module configuration."""
__version__ = "1.1.0"
__version__ = "1.1.1"
__title__ = "model_bakery"
__author__ = "Vanderson Mota"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit b4204c1

Please sign in to comment.