Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Feb 2, 2023
1 parent 7b7f339 commit 9ad7a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ django-siteforms changelog
==========================


Unreleased
----------
v1.1.0 [2023-02-02]
-------------------
+ Add support for fields for model properties (closes #10).
* Allow getting 'widgets_readonly' for forms without Meta (closes #8).
* Json subforms serialization improved (support date-related, decimal, uuid fields) (closes #9).
Expand Down
2 changes: 1 addition & 1 deletion siteforms/__init__.py
@@ -1,6 +1,6 @@


VERSION = (1, 0, 0)
VERSION = (1, 1, 0)
"""Application version number tuple."""

VERSION_STR = '.'.join(map(str, VERSION))
Expand Down

0 comments on commit 9ad7a89

Please sign in to comment.