Update the version number to 1.13.0 (#1079)

* Update the version number to 1.13.0

* Update changelog
This commit is contained in:
Wu Clan
2026-02-14 12:48:53 +08:00
committed by GitHub
parent 1de4201b52
commit b412dceb9e
3 changed files with 12 additions and 4 deletions

View File

@@ -1,13 +1,15 @@
name: Release changelog
on:
push:
tags:
- v*
workflow_run:
workflows: ['Check version']
types:
- completed
jobs:
changelog:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout code
uses: actions/checkout@v6

View File

@@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Set up Python
run: uv python install 3.13
- name: Check the package version
uses: samuelcolvin/check-python-version@v5
with:

View File

@@ -14,4 +14,4 @@ for cls in get_all_models():
globals()[class_name] = cls
__version__ = '1.12.0'
__version__ = '1.13.0'