Skip to content

Commit

Permalink
release candidate 0.4.1 (#331)
Browse files Browse the repository at this point in the history
*  add release summary to release notes

* deactivate tests on Travis for linux & py36 because of frequent timeouts
  • Loading branch information
danielhuppmann committed Feb 11, 2020
1 parent ffd8fe9 commit 1c421fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: sh

matrix:
include:
- os: linux
env: PYENV=py36
- os: linux
env: PYENV=py37
- os: osx
Expand Down
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Next release
# Release v0.4.1

This is a patch release to enable compatibility with `pandas v1.0`.
It also adds experimental support of the frictionless `datapackage` format.

## Individual Updates

- [#324](https://github.com/IAMconsortium/pyam/pull/324) Enable compatibility with pandas v1.0
- [#323](https://github.com/IAMconsortium/pyam/pull/323) Support import/export of frictionless `datapackage` format
Expand Down

0 comments on commit 1c421fd

Please sign in to comment.