Skip to content

Commit

Permalink
* release prep 0.10.2 (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aylr authored Apr 21, 2020
1 parent 1298f77 commit 7bf9025
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 @@ -97,7 +97,7 @@ jobs:
- stage: deploy
python: 3.6
script:
- git tag --annotate 0.10.1 -m "0.10.1" || echo "tag exists, skipping"
- git tag --annotate 0.10.2 -m "0.10.2" || echo "tag exists, skipping"
deploy:
provider: pypi
edge: true
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

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

0.10.2
-----------------
* renamed NotebookRenderer to SuiteEditNotebookRenderer
* SuiteEditNotebookRenderer now lints using black
* New SuiteScaffoldNotebookRenderer renderer to expedite suite creation
* removed autopep8 dependency
* bugfix: extra backslash in S3 urls if store was configured without a prefix `#1314 <https://github.com/great-expectations/great_expectations/issues/1314>`_

Expand Down

0 comments on commit 7bf9025

Please sign in to comment.