Skip to content

Commit a384f43

Browse files
committed
bump: version 1.1.0 → 1.1.1
1 parent 333ebfb commit a384f43

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commitizen:
44
name: cz_conventional_commits
55
tag_format: v$version
66
update_changelog_on_bump: true
7-
version: 1.1.0
7+
version: 1.1.1
88
version_files:
99
- README.md
1010
version_scheme: semver

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.1 (2023-10-28)
2+
3+
### Refactor
4+
5+
- **pypi-upload**: use official Python Docker image (#6)
6+
17
## v1.1.0 (2023-10-12)
28

39
### Feat

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ target-version = ["py27"]
5656
```yaml
5757
jobs:
5858
main:
59-
uses: coatl-dev/workflows/.github/workflows/black.yml@v1.1.0
59+
uses: coatl-dev/workflows/.github/workflows/black.yml@v1.1.1
6060
with:
6161
sources-root: 'src'
6262
```
@@ -91,7 +91,7 @@ Python 2.7 code.
9191
```yaml
9292
jobs:
9393
main:
94-
uses: coatl-dev/workflows/.github/workflows/flake8.yml@v1.1.0
94+
uses: coatl-dev/workflows/.github/workflows/flake8.yml@v1.1.1
9595
with:
9696
sources-root: 'src'
9797
```
@@ -143,7 +143,7 @@ types-enum34
143143
```yaml
144144
jobs:
145145
main:
146-
uses: coatl-dev/workflows/.github/workflows/mypy.yml@v1.1.0
146+
uses: coatl-dev/workflows/.github/workflows/mypy.yml@v1.1.1
147147
with:
148148
mypy-requirements: 'requirements/typecheck.txt'
149149
sources-root: 'src'
@@ -179,7 +179,7 @@ to install Python and invoke [`pre-commit`].
179179
```yaml
180180
jobs:
181181
main:
182-
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v1.1.0
182+
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v1.1.1
183183
with:
184184
skip-hooks: 'pylint'
185185
```
@@ -210,7 +210,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
210210
```yaml
211211
jobs:
212212
main:
213-
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v1.1.0
213+
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v1.1.1
214214
```
215215

216216
### .github/workflows/pypi-upload.yml
@@ -250,7 +250,7 @@ action: [action-pypi-upload](https://github.com/coatl-dev/action-pypi-upload).
250250
```yaml
251251
jobs:
252252
main:
253-
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v1.1.0
253+
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v1.1.1
254254
with:
255255
python-version: '3.11'
256256
secrets:
@@ -290,7 +290,7 @@ requires =
290290
```yaml
291291
jobs:
292292
main:
293-
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v1.1.0
293+
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v1.1.1
294294
```
295295

296296
### .github/workflows/tox-envs.yml
@@ -333,7 +333,7 @@ requires =
333333
```yaml
334334
jobs:
335335
main:
336-
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v1.1.0
336+
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v1.1.1
337337
with:
338338
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
339339
```
@@ -379,7 +379,7 @@ and on your workflow:
379379
```yaml
380380
jobs:
381381
main:
382-
uses: coatl-dev/workflows/.github/workflows/tox-gh.yml@v1.1.0
382+
uses: coatl-dev/workflows/.github/workflows/tox-gh.yml@v1.1.1
383383
with:
384384
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
385385
```
@@ -411,7 +411,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
411411
```yaml
412412
jobs:
413413
main:
414-
uses: coatl-dev/workflows/.github/workflows/tox.yml@v1.1.0
414+
uses: coatl-dev/workflows/.github/workflows/tox.yml@v1.1.1
415415
```
416416

417417
[`actions/setup-python`]: https://github.com/actions/setup-python

0 commit comments

Comments
 (0)