Skip to content

Commit

Permalink
prepared release of version 2.8.7 (#811)
Browse files Browse the repository at this point in the history
* prepared release of version 2.8.7

* downgrade towncrier, generate changelog
  • Loading branch information
ancalita authored Jul 1, 2022
1 parent 367104f commit cd111c4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.8.7] - 2022-07-01
### Deprecations and Removals
- [#810](https://github.com/rasahq/rasa-sdk/issues/810): Removed Python 3.6 support.
Updated several dependencies: `sanic`, `httpx`, `websockets`.


## [2.8.6] - 2022-06-01 No significant changes.


Expand Down
2 changes: 0 additions & 2 deletions changelog/810.removal.md

This file was deleted.

16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa-sdk"
version = "2.8.6"
version = "2.8.7"
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
authors = [ "Rasa Technologies GmbH <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down Expand Up @@ -80,7 +80,7 @@ flake8 = "^3.8.3"
flake8-docstrings = "^1.5.0"
pytest-sanic = "^1.6.1"
questionary = ">=1.5.1,<1.10.0"
towncrier = "^21.3.0"
towncrier = ">=21.3.0,<21.9.0"
toml = "^0.10.0"
pep440-version-utils = "^0.3.0"
semantic_version = "^2.8.5"
Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "2.8.6"
__version__ = "2.8.7"

0 comments on commit cd111c4

Please sign in to comment.