Skip to content

Commit

Permalink
1.0.0-RC4 release 💐
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Sep 9, 2022
1 parent de65602 commit dba45dd
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 41 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0-rc.4 : 06.09.2022
## 1.0.0-rc.4 : 09.09.2022

- **Fixed**: Fixed missing validation errors
- **Changed**: `Form.add_error()` now takes only `Tuple` as a `field` argument
Expand Down
2 changes: 1 addition & 1 deletion django_api_forms/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0-rc.3'
__version__ = '1.0.0-rc.4'
108 changes: 70 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-api-forms"
version = "1.0.0-rc.3"
version = "1.0.0-rc.4"
description = "Declarative Django request validation"
authors = [
"Jakub Dubec <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def read_files(files):
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit dba45dd

Please sign in to comment.