Skip to content

Commit

Permalink
Changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 12, 2021
1 parent 72530f8 commit 99fb809
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: 3.x
Expand All @@ -32,8 +32,8 @@ jobs:
make test
- name: Build
run: |
make local docs
python setup.py sdist bdist_wheel
make docs
make local
- name: Publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased](https://github.com/alexdlaird/pyngrok/compare/5.0.2...HEAD)

## [5.0.2](https://github.com/alexdlaird/pyngrok/compare/5.0.1...5.0.2) - 2021-02-09
## [5.0.2](https://github.com/alexdlaird/pyngrok/compare/5.0.1...5.0.2) - 2021-02-12
### Changed
- Migrated build from Travis CI to GitHub Actions.

### Fixed
- Errors when `bind_tls` was set to `False`.
- Documentation improvements.
Expand Down

0 comments on commit 99fb809

Please sign in to comment.