Skip to content

Commit 3302281

Browse files
authored
Release 0.4.2 (#168)
1 parent 9a1d727 commit 3302281

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-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.4.1"
7+
release = "0.4.2"
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,8 +3,9 @@ Available Documentation for AutoGluon-Cloud
33

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

6-
- `AutoGluon 0.4.2 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html>`_
7-
- `AutoGluon 0.4.1 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html>`_
6+
- `AutoGluon 0.4.3 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html>`_
7+
- `AutoGluon 0.4.2 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html>`_
8+
- `AutoGluon 0.4.1 documentation <https://auto.gluon.ai/cloud/0.4.1/index.html>`_
89
- `AutoGluon 0.4.0 documentation <https://auto.gluon.ai/cloud/0.4.0/index.html>`_
910
- `AutoGluon 0.3.1 documentation <https://auto.gluon.ai/cloud/0.3.1/index.html>`_
1011
- `AutoGluon 0.3.0 documentation <https://auto.gluon.ai/cloud/0.3.0/index.html>`_

setup.py

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

106106

107-
version = "0.4.1"
107+
version = "0.4.2"
108108
version = update_version(version, use_file_if_exists=False, create_file=True)
109109

110110
install_requires = [

0 commit comments

Comments
 (0)