Skip to content

Commit

Permalink
Merge pull request #1039 from winged/versio_5_6_0
Browse files Browse the repository at this point in the history
chore(release): version 5.6.0
  • Loading branch information
David Vogt authored Apr 28, 2020
2 parents 270fafd + cc2cf5a commit 703741a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v5.6.0 (28 April 2020)

### Feature
* Add filters for object creation dates (310139c03b407efa4d473c1933a48906e9007a13)
* Make created_by_group settable (ac3cb58959adcfaf386d8707416889f53ec248b8)

### Fix
* The requiredness check needs local context (2412577738dc708b1020105dd0e2eac656a332f9)
* Return table rows in sorted fashion (aa0f72539e63d9103fe138180d81d3e99f4898af)
* Ensure jexl evaluation is local to the relevant question (121bdb6ed075f6e968c7a4a250d045edec436f86)
* Properly cache is_hidden/is_required (c09a13316e2a742964c9558c10f2a9327db0c933)


# v5.5.2 (8 April 2020)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion caluma/caluma_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__title__ = "caluma"
__description__ = "Caluma Service providing GraphQL API"
__version__ = "5.5.2"
__version__ = "5.6.0"
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ pytest-factoryboy==2.0.3
pytest-mock==3.1.0
pytest-randomly==3.3.1
pytest-xdist==1.31.0
python-semantic-release==5.1.0
python-semantic-release==6.0.0
requests-mock==1.7.0
snapshottest==0.5.1
reuse==0.8.1
reuse==0.10.0
gitlint==0.13.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ django-filter==2.2.0
django-localized-fields==5.4.2
django-postgres-extra==1.22
djangorestframework==3.11.0
django_simple_history==2.8.0
django_simple_history==2.10.0
graphene==2.1.8
graphene-django==2.8.2
graphql-core==2.2.1
graphql-relay==2.0.1
idna==2.9
minio==5.0.8
minio==5.0.10
psycopg2-binary==2.8.5
pyjexl==0.2.3
python-memcached==1.59
requests==2.23.0
urllib3==1.25.8
urllib3==1.25.9
uwsgi==2.0.18

0 comments on commit 703741a

Please sign in to comment.