Skip to content

Tags: forno96/Eel

Tags

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-eel#382 from samuelhwilliams/v0.14.0

Bump to v0.14.0

v0.13.2

Toggle v0.13.2's commit message
Bump to v0.13.2

v0.13.1

Toggle v0.13.1's commit message
Bump to v0.13.1

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-eel#333 from samuelhwilliams/bump-0.13.0

Bump to v0.13.0

v-.12.4

Toggle v-.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release for v0.12.4 (python-eel#303)

* Update setup.py

* Update CHANGELOG.md

v0.12.3

Toggle v0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release for v0.12.3 (python-eel#281)

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix middleware (python-eel#229)

* Use `bottle.route` rather than `app.route`

We setup routing via the `bottle` module, not a Bottle instance.

Fix python-eel#228

* Bump to v0.12.2

v0.12.1

Toggle v0.12.1's commit message
Bump to v0.12.1

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Temporary patch for PyPi deployments

This action was broken in the latest release.

pypa/gh-action-pypi-publish#20 follows the issue.

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-eel#212 from samuelhwilliams/fix-211

Fix routing for custom bottles