Skip to content

Commit

Permalink
Merge pull request #605 from RasaHQ/prepare-release-3.0.0
Browse files Browse the repository at this point in the history
Prepared release of version 3.0.0
  • Loading branch information
joejuzl authored Nov 23, 2021
2 parents d702036 + 0268ef9 commit 4ab507b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.0.0] - 2021-11-23
### Deprecations and Removals
- [#501](https://github.com/rasahq/rasa-sdk/issues/501): Removed Python 3.6 support

### Improvements
- [#529](https://github.com/rasahq/rasa-sdk/issues/529): Support for global slot mappings.


## [2.8.2] - 2021-09-02 No significant changes.


Expand Down
1 change: 0 additions & 1 deletion changelog/501.removal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/529.improvement.md

This file was deleted.

2 changes: 1 addition & 1 deletion 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 = "3.0.0rc3"
version = "3.0.0"
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
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__ = "3.0.0rc3"
__version__ = "3.0.0"

0 comments on commit 4ab507b

Please sign in to comment.