Release 0.18a0

Refs #507, #599, #600, #603, #608, #611, #612, #613, #614, #615, #616, #621, #622, #623, #626, #629
This commit is contained in:
Simon Willison 2024-11-13 17:55:28 -08:00
parent ba75c674cb
commit 041730d8b2
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
(v0_18a0)=
## 0.18a0 (2024-11-13)
Alpha support for **async models**. [#507](https://github.com/simonw/llm/issues/507)
Multiple [smaller changes](https://github.com/simonw/llm/compare/0.17.1...0.18a0).
(v0_17)=
## 0.17 (2024-10-29)

View file

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
VERSION = "0.17.1"
VERSION = "0.18a0"
def get_long_description():