From 44699a7156171269dcb3f7b85b4aab30cd374f43 Mon Sep 17 00:00:00 2001 From: Jyve Devops Date: Thu, 2 Jul 2020 20:55:05 +0000 Subject: [PATCH] Release version 1.2.1 [skip ci] Type: trivial --- CHANGELOG.md | 4 ++++ docs/requirements.txt | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b510c9..c1200ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 1.2.1 (2020-07-02) +### Trivial + - Don't adapt python args validators to DRF action interface forms [Wes Kendall, 45011a4] + ## 1.2.0 (2020-07-02) ### Bug - Adapts DRF action forms with django-args [Wes Kendall, ff0329b] diff --git a/docs/requirements.txt b/docs/requirements.txt index f30d931..acfcfd4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,8 +22,8 @@ cookiecutter==1.7.2 coverage==5.1 distlib==0.3.1 dj-database-url==0.5.0 -django==3.0.7 -django-args==1.2.0 +django==3.0.8 +django-args==1.3.0 django-dynamic-fixture==3.1.0 django-extensions==2.2.9 django-formtools==2.2 @@ -37,11 +37,11 @@ flake8-comprehensions==2.2.0 flake8-import-order==0.18.1 flake8-logging-format==0.6.0 flake8-mutable==1.2.0 -identify==1.4.20 +identify==1.4.21 idna==2.10 imagesize==1.2.0 importlib-metadata==1.7.0 -importlib-resources==2.0.1; python_version < "3.7" +importlib-resources==3.0.0; python_version < "3.7" jinja2==2.11.2 jinja2-time==0.2.0 jmespath==0.10.0 @@ -69,7 +69,7 @@ python-args==1.0.2 python-dateutil==2.8.1 python-dotenv==0.13.0 python-magic==0.4.15 -python-slugify==4.0.0 +python-slugify==4.0.1 pytz==2020.1 pyyaml==5.3.1 regex==2020.6.8 @@ -95,4 +95,4 @@ typed-ast==1.4.1 urllib3==1.25.9 virtualenv==20.0.25 wcwidth==0.2.5 -zipp==3.1.0 +zipp==3.1.0; python_version < "3.8" diff --git a/pyproject.toml b/pyproject.toml index 0af1d1a..fec8bb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ name = "django-action-framework" packages = [ { include = "daf" } ] -version = "1.2.0" +version = "1.2.1" description = "Easily create actions and various interfaces around them." authors = ["Wes Kendall", "Roman Sul", "Brian Chang"] classifiers = [