mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-03 11:24:45 +00:00
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:
parent
ba75c674cb
commit
041730d8b2
2 changed files with 8 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
import os
|
||||
|
||||
VERSION = "0.17.1"
|
||||
VERSION = "0.18a0"
|
||||
|
||||
|
||||
def get_long_description():
|
||||
|
|
|
|||
Loading…
Reference in a new issue