Skip to content

Commit

Permalink
update change log #nolog
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed May 25, 2019
1 parent 7760576 commit dad2ce7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# python-engineio change log

**Release 3.6.0** - 2019-05-25

- Tornado 6 support ([commit](https://github.com/miguelgrinberg/python-engineio/commit/99359e43188f05e1844b68fef862f3af99919044)) (thanks **Michel Llorens**!)
- added note on CORS support for sanic ([commit](https://github.com/miguelgrinberg/python-engineio/commit/a3a4cb82059e2229d1b5e9ed9404dacc1b9afc34))
- added python 3.7 build ([commit](https://github.com/miguelgrinberg/python-engineio/commit/805aa9fd7156425a2dce6b782b96f0e805ee4501))
- auto-generate change log during release ([commit](https://github.com/miguelgrinberg/python-engineio/commit/be2c76e3e5b803284a6f2a9e4abed3314b9af7b6))
- added change log ([commit](https://github.com/miguelgrinberg/python-engineio/commit/f8b15d1c06439581ca6b0d697f67cd034fb5bbf5))
- helper release script ([commit](https://github.com/miguelgrinberg/python-engineio/commit/d36548cade90ddf8c6ab68178cb9747d5ac0d51f))

**Release 3.5.2** - 2019-05-19

- Support for Tornado 6 ([commit](https://github.com/miguelgrinberg/python-engineio/commit/3d0fd9ebc7ef671a9179746455e1ad55e66a7508)) (thanks **Michel Llorens**!)
- migrate to ASGI3 [#108](https://github.com/miguelgrinberg/python-engineio/issues/108) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/5a7f9e719b6fb3bfc9da07b882c4b77b102aef0d)) (thanks **Florimond Manca**!)
- updated asgi examples to latest uvicorn ([commit](https://github.com/miguelgrinberg/python-engineio/commit/261fd67103cb5d9a44369415748e66fdf62de6fb))
- remove security alert in requirements ([commit](https://github.com/miguelgrinberg/python-engineio/commit/1b044aaac9657ff947c6666638cf89315303bf6c))
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ Resources

- `Documentation`_
- `PyPI`_
- `Change Log`_
- Questions? See the `questions`_ others have asked on Stack Overflow, or `ask`_ your own question.

.. _Engine.IO: https://github.com/socketio/engine.io
.. _Documentation: https://python-engineio.readthedocs.io/en/latest/
.. _PyPI: https://pypi.python.org/pypi/python-engineio
.. _Change Log: https://github.com/miguelgrinberg/python-engineio/blob/master/CHANGES.md
.. _questions: https://stackoverflow.com/questions/tagged/python-socketio
.. _ask: https://stackoverflow.com/questions/ask?tags=python+python-socketio
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rm -rf dist
pip install --upgrade pip wheel twine
python setup.py sdist bdist_wheel --universal

git add $VERSION_FILE
git add $VERSION_FILE CHANGES.md
git commit -m "Release $VERSION"
git tag -f v$VERSION
git push --tags origin master
Expand Down

0 comments on commit dad2ce7

Please sign in to comment.