Skip to content

Commit

Permalink
Merge pull request #6552 from RasaHQ/prepare-release-2.0.0a4
Browse files Browse the repository at this point in the history
Prepare release 2.0.0a4
  • Loading branch information
mprazz authored Sep 3, 2020
2 parents fbb38c1 + 2d1a143 commit 5c314fd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

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

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

[tool.poetry]
name = "rasa"
version = "2.0.0a3"
version = "2.0.0a4"
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 <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
Expand Down Expand Up @@ -95,7 +95,7 @@ pika = "~1.1.0"
jsonschema = "~3.2"
packaging = ">=20.0,<21.0"
pytz = ">=2019.1,<2021.0"
rasa-sdk = "^2.0.0a2"
rasa-sdk = "^2.0.0a4"
colorclass = "~2.2"
terminaltables = "~3.1.0"
sanic = "^19.12.2"
Expand Down Expand Up @@ -167,7 +167,7 @@ optional = true

[tool.poetry.dependencies.tensorflow-text]
version = "~2.3"
markers = "sys_platform!='win32'" # TODO: remove this marker once tensorflow-text supports windows
markers = "sys_platform!='win32'" # TODO: remove this marker once tensorflow-text supports windows

[tool.poetry.dependencies."github3.py"]
version = "~1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion rasa/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
)


MINIMUM_COMPATIBLE_VERSION = "1.11.0a3"
MINIMUM_COMPATIBLE_VERSION = "2.0.0a1"

NEXT_MAJOR_VERSION_FOR_DEPRECATIONS = "3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion rasa/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.0.0a3"
__version__ = "2.0.0a4"

0 comments on commit 5c314fd

Please sign in to comment.