Skip to content

Commit

Permalink
Merge pull request #12570 from RasaHQ/prepare-release-3.6.1a1
Browse files Browse the repository at this point in the history
prepared release of version 3.6.1a1
  • Loading branch information
sanchariGr authored Jun 27, 2023
2 parents 7dcc949 + a819f8f commit d0031df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "3.6.0"
version = "3.6.1a1"
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 @@ -167,8 +167,6 @@ python = "~=3.7.0"
version = ">=1.19.2,<1.25.0"
python = ">=3.8,<3.11"

# Pinning numpy version for windows because of the issue mentioned below:
#https://github.com/scipy/scipy/blob/c58b608c83d30800aceee6a4dab5c3464cb1de7d/pyproject.toml#L38-L41
[[tool.poetry.dependencies.numpy]]
version = "1.22.3"
markers = "sys_platform =='Windows' and platform_python_implementation != 'PyPy'"
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__ = "3.6.0"
__version__ = "3.6.1a1"

0 comments on commit d0031df

Please sign in to comment.