Skip to content

Commit

Permalink
v3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 13, 2020
1 parent 82d721b commit 2f88ae3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,9 @@ before_install:
- openssl aes-256-cbc -K $encrypted_4885f94bfb6d_key -iv $encrypted_4885f94bfb6d_iv -in .google.json.enc -out .google.json -d || echo 'Encrypted files have been removed for security reasons.'

install:
# TODO: remove after
# https://stackoverflow.com/questions/63902467/module-six-moves-has-no-attribute-collections-abc
- pip install 'six>=1.13'
- make install

script:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

Here described only the breaking and most significant changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/frictionless-py/commits/master).

## v3.21

- Improved SPSS plugin (#483)
- Improved BigQuery plugin (#470)

## v3.20

- Added support for SQL Views (#466)
Expand Down
2 changes: 1 addition & 1 deletion frictionless/assets/VERSION
@@ -1 +1 @@
3.20.0
3.21.0

0 comments on commit 2f88ae3

Please sign in to comment.