Skip to content

Commit a1e9fa8

Browse files
authored
[Bug fix] release 0.3.1 for critical bug fixes (#102)
1 parent 8a0069a commit a1e9fa8

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sys.path = [".", ".."] + sys.path
55

66
project = "AutoGluon-Cloud"
7-
release = "0.3.0"
7+
release = "0.3.1"
88
copyright = "2023, All authors. Licensed under Apache 2.0."
99
author = "AutoGluon contributors"
1010

docs/versions.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Available Documentation for AutoGluon-Cloud
33

44
Web-based documentation is available for versions listed below:
55

6-
- `AutoGluon 0.3.1 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html>`_
7-
- `AutoGluon 0.3.0 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html>`_
6+
- `AutoGluon 0.3.2 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html>`_
7+
- `AutoGluon 0.3.1 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html>`_
8+
- `AutoGluon 0.3.0 documentation <https://auto.gluon.ai/cloud/0.3.0/index.html>`_
89
- `AutoGluon 0.2.0 documentation <https://auto.gluon.ai/cloud/0.2.0/index.html>`_
910
- `AutoGluon 0.1.0 documentation <https://auto.gluon.ai/cloud/0.1.0/index.html>`_

docs/whats_new/v0.3.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Version 0.3.1
2+
3+
We are excited to present the AutoGluon-Cloud 0.3.1 release. This is a critical bug fix release to include sagemaker and ray scripts for PyPI distribution
4+
5+
6+
Explore more in our updated [tutorial](https://auto.gluon.ai/cloud/0.3.1/index.html).
7+
8+
9+
As always, we thank our community for their ongoing support and contributions. We look forward to your feedback on AutoGluon-Cloud 0.3.1!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def default_setup_args(*, version):
103103
return setup_args
104104

105105

106-
version = "0.3.0"
106+
version = "0.3.1"
107107
version = update_version(version, use_file_if_exists=False, create_file=True)
108108

109109
install_requires = [

src/autogluon/cloud/scripts/ray_scripts/__init__.py

Whitespace-only changes.

src/autogluon/cloud/scripts/sagemaker_scripts/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)