Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jul 5, 2024
1 parent d17ebd2 commit 10e0002
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ frontend TypeScript client, `django-ai-assistant-client`.
The backend and the frontend are versioned together, that is, they have the same version number.
When you update the backend, you should also update the frontend to the same version.

## 0.0.4 <small>July 5, 2024</small> {id="0.0.4"}

- Fix frontend README.

## 0.0.3 <small>July 5, 2024</small> {id="0.0.3"}

- Less restrictive Python version in pyproject.toml. Support future Python versions.
Expand Down
2 changes: 1 addition & 1 deletion frontend/openapi_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "django_ai_assistant",
"version": "0.0.3",
"version": "0.0.4",
"description": ""
},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"engines": {
"node": ">=20 <21"
},
"version": "0.0.3",
"version": "0.0.4",
"description": "TypeScript client to facilitate the integration with the Django AI Assistant backend.",
"homepage": "https://github.com/vintasoftware/django-ai-assistant",
"documentation": "https://vintasoftware.github.io/django-ai-assistant",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/client/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const OpenAPI: OpenAPIConfig = {
PASSWORD: undefined,
TOKEN: undefined,
USERNAME: undefined,
VERSION: '0.0.3',
VERSION: '0.0.4',
WITH_CREDENTIALS: false,
interceptors: {
request: new Interceptors(),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-ai-assistant"
version = "0.0.3"
version = "0.0.4"
description = "Django app to integrate with OpenAI Assistants API"
authors = ["Vinta Software <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 10e0002

Please sign in to comment.