Skip to content

Commit

Permalink
bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CJHwong committed Jun 19, 2023
1 parent 1c29a28 commit 461361b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog
Changes:

- DEPRECATIONS: The decorators support to Django version 1.x and 2.x is dropped. The minimum supported version is Django 3.0.

- [feature] `dsv` decorator support loading payload from Django WSGIRequest for Content-Type: application/json

3.2.0
-----
Expand Down
2 changes: 1 addition & 1 deletion data_spec_validator/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.0'
__version__ = '3.3.0'

0 comments on commit 461361b

Please sign in to comment.