Skip to content

Commit

Permalink
Release 0.19.1
Browse files Browse the repository at this point in the history
Refs #667
  • Loading branch information
simonw committed Dec 5, 2024
1 parent 491dd9b commit b8e8052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

(v0_19_1)=
## 0.19.1 (2024-12-05)

- 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)

(v0_19)=
## 0.19 (2024-12-01)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = "0.19"
VERSION = "0.19.1"


def get_long_description():
Expand Down

0 comments on commit b8e8052

Please sign in to comment.