Skip to content

Commit

Permalink
Merge pull request #1381 from great-expectations/release-prep
Browse files Browse the repository at this point in the history
0.10.8 release prep
  • Loading branch information
Aylr authored May 4, 2020
2 parents 79151f1 + 2594b6b commit dc94522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.7 -m "0.10.7" || echo "tag exists, skipping"
- git tag --annotate 0.10.8 -m "0.10.8" || echo "tag exists, skipping"
deploy:
provider: pypi
edge: true
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Changelog

develop
-----------------
* added support for overriding the default jupyter command via a GE_JUPYTER_COMMAND environment variable

0.10.8
-----------------
* added support for overriding the default jupyter command via a GE_JUPYTER_COMMAND environment variable (#1347) @nehiljain
* Bugfix for checkpoint missing template (#1379)

0.10.7
-----------------
Expand Down

0 comments on commit dc94522

Please sign in to comment.