Skip to content

Commit

Permalink
Release 0.18a1
Browse files Browse the repository at this point in the history
Refs #632
  • Loading branch information
simonw committed Nov 14, 2024
1 parent cf172cc commit 7382301
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

(v0_18a1)=
## 0.18a1 (2024-11-14)

- Fixed bug where conversations did not work for async OpenAI models. [#632](https://github.com/simonw/llm/issues/632)
- `__repr__` methods for `Response` and `AsyncResponse`.

(v0_18a0)=
## 0.18a0 (2024-11-13)

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.18a0"
VERSION = "0.18a1"


def get_long_description():
Expand Down

0 comments on commit 7382301

Please sign in to comment.