Skip to content

Commit

Permalink
Merge pull request #1434 from great-expectations/release-prep-0.10.10
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
roblim authored May 14, 2020
2 parents 1d42d3c + 80eb7ee commit ac59e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- stage: deploy
python: 3.6
script:
- git tag --annotate 0.10.4 -m "0.10.4" || echo "tag exists, skipping"
- git tag --annotate 0.10.10 -m "0.10.10" || echo "tag exists, skipping"
deploy:
provider: pypi
edge: true
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ Changelog

develop
-----------------

0.10.10
-----------------
* Removed out-of-date Airflow integration examples. This repo provides a comprehensive example of Airflow integration: `#GE Airflow Example <https://github.com/superconductive/ge_tutorials>`_
* Bugfix suite scaffold notebook now has correct suite name in first markdown cell.
* Bugfix: fixed an example in the custom expectations documentation article - "result" key was missing in the returned dictionary
* Data Docs Bugfix: template string substitution is now done using .safe_substitute(), to handle cases where string templates
or substitution params have extraneous $ signs. Also added logic to handle templates where intended output has groupings of 2 or more $ signs
* Docs fix: fix in yml for example action_list_operator for metrics
* GE is now auto-linted using Black

0.10.9
-----------------
Expand Down

0 comments on commit ac59e7f

Please sign in to comment.