mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
Update the version number to 1.13.0 (#1079)
* Update the version number to 1.13.0 * Update changelog
This commit is contained in:
8
.github/workflows/changelog.yml
vendored
8
.github/workflows/changelog.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/version.yml
vendored
6
.github/workflows/version.yml
vendored
@@ -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:
|
||||
|
||||
@@ -14,4 +14,4 @@ for cls in get_all_models():
|
||||
globals()[class_name] = cls
|
||||
|
||||
|
||||
__version__ = '1.12.0'
|
||||
__version__ = '1.13.0'
|
||||
|
||||
Reference in New Issue
Block a user