Skip to content

Commit b8e8052

Browse files
committed
Release 0.19.1
Refs #667
1 parent 491dd9b commit b8e8052

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
(v0_19_1)=
4+
## 0.19.1 (2024-12-05)
5+
6+
- FIxed bug where `llm.get_models()` and `llm.get_async_models()` returned the same model multiple times. [#667](https://github.com/simonw/llm/issues/667)
7+
38
(v0_19)=
49
## 0.19 (2024-12-01)
510

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os
33

4-
VERSION = "0.19"
4+
VERSION = "0.19.1"
55

66

77
def get_long_description():

0 commit comments

Comments
 (0)