Skip to content

Commit

Permalink
Release version 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
Type: trivial
  • Loading branch information
Jyve Devops committed Jul 2, 2020
1 parent 3016abf commit b221420
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 1.2.0 (2020-07-02)
### Feature
- Allow ``.qset`` utility to lazy load querysets. [Wes Kendall, fa64670]

The ``qset`` argument for bootstrapping the ``djarg.qset`` utility can
now lazy load the querysets based on bound args.

## 1.1.0 (2020-06-29)
### Feature
- Add a ``select_for_update`` option to ``djarg.qset`` [Wes Kendall, ab18034]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "django-args"
packages = [
{ include = "djarg" }
]
version = "1.1.0"
version = "1.2.0"
description = "Django wrappers for python-args functions."
authors = ["Wes Kendall"]
classifiers = [
Expand Down

0 comments on commit b221420

Please sign in to comment.