Skip to content

Commit

Permalink
prepare release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Apr 6, 2020
1 parent e1f85e5 commit 76f2beb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v3.3.1 (2020-04-06)

### Bug Fixes and Other Changes

* Revert "change: stream stderr even when capture_error is True"
* Use shlex.quote to construct bash command
* Relax dependencies version requirements
* Extract module to correct location in download_and_install
* Upgrade psutil

### Testing and Release Infrastructure

* Fix cleanup with requirements.txt functional tests
* create __init__.py file for Python 2 import of protobuf during tests (#260)
* Mark intermediate_output functional tests as xfail if not run on Linux

## v3.3.0 (2020-02-25)

### Deprecations and Removals
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1.dev0
3.3.1

0 comments on commit 76f2beb

Please sign in to comment.