Skip to content

Commit fb74699

Browse files
authored
Merge pull request #1956 from rhatdan/VERSION
Bump to v0.12.3
2 parents fb56a92 + 026b779 commit fb74699

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

docs/ramalama-bench.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
5959
images based on the accelerator it discovers. For example:
6060
`quay.io/ramalama/ramalama`. See the table below for all default images.
6161
The default image tag is based on the minor version of the RamaLama package.
62-
Version 0.12.2 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
62+
Version 0.12.3 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
6363

6464
The default can be overridden in the ramalama.conf file or via the
6565
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-perplexity.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
6262
images based on the accelerator it discovers. For example:
6363
`quay.io/ramalama/ramalama`. See the table below for all default images.
6464
The default image tag is based on the minor version of the RamaLama package.
65-
Version 0.12.2 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
65+
Version 0.12.3 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
6666

6767
The default can be overridden in the ramalama.conf file or via the
6868
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-rag.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
5050
images based on the accelerator it discovers. For example:
5151
`quay.io/ramalama/ramalama-rag`. See the table below for all default images.
5252
The default image tag is based on the minor version of the RamaLama package.
53-
Version 0.12.2 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
53+
Version 0.12.3 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
5454

5555
The default can be overridden in the ramalama.conf file or via the
5656
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-run.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
7373
images based on the accelerator it discovers. For example:
7474
`quay.io/ramalama/ramalama`. See the table below for all default images.
7575
The default image tag is based on the minor version of the RamaLama package.
76-
Version 0.12.2 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
76+
Version 0.12.3 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
7777

7878
The default can be overridden in the ramalama.conf file or via the
7979
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-serve.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ OCI container image to run with specified AI model. RamaLama defaults to using
120120
images based on the accelerator it discovers. For example:
121121
`quay.io/ramalama/ramalama`. See the table above for all default images.
122122
The default image tag is based on the minor version of the RamaLama package.
123-
Version 0.12.2 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
123+
Version 0.12.3 of RamaLama pulls an image with a `:0.12` tag from the quay.io/ramalama OCI repository. The --image option overrides this default.
124124

125125
The default can be overridden in the ramalama.conf file or via the
126126
RAMALAMA_IMAGE environment variable. `export RAMALAMA_IMAGE=quay.io/ramalama/aiimage:1.2` tells

docs/ramalama-version.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Print usage message
1818

1919
```
2020
$ ramalama version
21-
ramalama version 0.12.2
21+
ramalama version 0.12.3
2222
$ ramalama -q version
23-
0.12.2
23+
0.12.3
2424
>
2525
```
2626
## SEE ALSO

ramalama/version.py

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

33

44
def version():
5-
return "0.12.2"
5+
return "0.12.3"
66

77

88
def print_version(args):

rpm/ramalama.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global pypi_name ramalama
22
%global forgeurl https://github.com/containers/%{pypi_name}
33
# see ramalama/version.py
4-
%global version0 0.12.2
4+
%global version0 0.12.3
55
%forgemeta
66

77
%global summary Command line tool for working with AI LLM models
@@ -34,7 +34,7 @@ BuildRequires: python3-pytest
3434
BuildRequires: mailcap
3535

3636
Provides: python3-ramalama = %{version}-%{release}
37-
Obsoletes: python3-ramalama < 0.12.2-1
37+
Obsoletes: python3-ramalama < 0.12.3-1
3838

3939
Requires: podman
4040

0 commit comments

Comments
 (0)