Skip to content

Commit

Permalink
Release 0.11.2
Browse files Browse the repository at this point in the history
Refs #327
  • Loading branch information
simonw committed Nov 6, 2023
1 parent deaa686 commit 10c6cc2
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_11_2)=
## 0.11.2 (2023-11-06)

- Pin to version of OpenAI Python library prior to 1.0 to avoid breaking. [#327](https://github.com/simonw/llm/issues/327)

(v0_11_1)=
## 0.11.1 (2023-10-31)

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.11.1"
VERSION = "0.11.2"


def get_long_description():
Expand Down

0 comments on commit 10c6cc2

Please sign in to comment.