Skip to content

Commit

Permalink
Merge pull request #1322 from great-expectations/release-prep2
Browse files Browse the repository at this point in the history
Changelog for 0.10.3 rlease
  • Loading branch information
ayirplm committed Apr 22, 2020
2 parents 5388f6d + 73eef2c commit d1a3408
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.2 -m "0.10.2" || echo "tag exists, skipping"
- git tag --annotate 0.10.3 -m "0.10.3" || 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 @@ -3,6 +3,10 @@
develop
-----------------

0.10.3
-----------------
* Use pickle to generate hash for dataframes with unhashable objects.

0.10.2
-----------------
* renamed NotebookRenderer to SuiteEditNotebookRenderer
Expand Down

0 comments on commit d1a3408

Please sign in to comment.