Skip to content

Commit 83e5744

Browse files
committed
Prepare v0.12.0
1 parent ae29ce0 commit 83e5744

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ jobs:
148148
release_name: Release ${{ steps.release_output.outputs.VERSION }}
149149
body: ${{ steps.release_output.outputs.BODY }}
150150
draft: false
151-
prerelease: ${{ contains(steps.release_output.outputs.VERSION, 'rc') || contains(steps.release_output.outputs.VERSION, 'b') || contains(steps.release_output.outputs.VERSION, 'b') }}
151+
prerelease: ${{ contains(steps.release_output.outputs.VERSION, 'rc') || contains(steps.release_output.outputs.VERSION, 'b') || contains(steps.release_output.outputs.VERSION, 'a') }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Unreleased
44

5+
### 0.12.0
6+
57
- Update test matrix: Django 3.2-4.1 X python 3.6-3.11
68
- Remove deprecated `@ignore_checks`
79
- Remove deprecated `ignore_types`

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-extra-checks
3-
version = 0.12.0rc1
3+
version = 0.12.0
44
author = Konstantin Alekseev
55
author_email = [email protected]
66
description = Collection of useful checks for Django Checks Framework

0 commit comments

Comments
 (0)