Skip to content

Commit

Permalink
Release version 1.2.1 [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 45011a4 commit 44699a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions 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]
Expand Down
12 changes: 6 additions & 6 deletions docs/requirements.txt
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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 = [
Expand Down

0 comments on commit 44699a7

Please sign in to comment.