Skip to content

Commit c487ccb

Browse files
committed
Release branch 0.11.0
1 parent d81b9b0 commit c487ccb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/source/_static/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[
22
{ "name": "dev (main)", "version": "main", "url": "https://microsoft.github.io/Olive/" },
3-
{ "name": "0.10.1 (latest)", "version": "0.10.1", "url": "https://microsoft.github.io/Olive/0.10.1/" },
3+
{ "name": "0.11.0 (latest)", "version": "0.11.0", "url": "https://microsoft.github.io/Olive/0.11.0/" },
4+
{ "name": "0.10.1", "version": "0.10.1", "url": "https://microsoft.github.io/Olive/0.10.1/" },
45
{ "name": "0.10.0", "version": "0.10.0", "url": "https://microsoft.github.io/Olive/0.10.0/" },
56
{ "name": "0.9.3", "version": "0.9.3", "url": "https://microsoft.github.io/Olive/0.9.3/" },
67
{ "name": "0.9.2", "version": "0.9.2", "url": "https://microsoft.github.io/Olive/0.9.2/" },

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
project = "Olive"
2121
copyright = "2023-2025, Olive Dev team"
22-
version = "latest"
22+
version = "0.11.0"
2323
release = version
2424

2525
# -- General configuration ---------------------------------------------------

olive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
_logger.addHandler(_sc)
1515
_logger.propagate = False
1616

17-
__version__ = "0.11.0.dev0"
17+
__version__ = "0.11.0"
1818

1919
# pylint: disable=C0413
2020

0 commit comments

Comments
 (0)