Skip to content

Commit 722a14a

Browse files
committed
Bump version: 0.0.11 → 0.0.12
1 parent 922b02e commit 722a14a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.11
2+
current_version = 0.0.12
33
commit = True
44
tag = True
55

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
django: ["3.2.16", "4.0.8", "4.1.4" ]
2020
exclude:
2121
# Excludes Python 3.11 for Django < 4.1
22-
- python: 3.11
23-
django: 3.2.16
24-
- python: 3.11
25-
django: 4.0.8
22+
- python: "3.11"
23+
django: "3.2.16"
24+
- python: "3.11"
25+
django: "4.0.8"
2626

2727
services:
2828
postgres:
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@master
6161
- uses: actions/setup-python@v2
6262
with:
63-
python-version: 3.10
63+
python-version: "3.10"
6464
architecture: x64
6565
- run: pip install --upgrade pip
6666
- run: pip install poetry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extend-exclude = '''
1010

1111
[tool.poetry]
1212
name = "django-reactive"
13-
version = "0.0.11"
13+
version = "0.0.12"
1414
description = "Django JSON form field on steroids"
1515
authors = ["Artem Kolesnikov <[email protected]>"]
1616
license = "MIT"

0 commit comments

Comments
 (0)