Skip to content

Commit 06df79a

Browse files
committed
V0.3.4
1 parent 736632e commit 06df79a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
runs:
1313
using: "composite"
1414
steps:
15-
- run: pip install --upgrade pip && python -m pip install pyall==0.3.2
15+
- run: pip install --upgrade pip && python -m pip install pyall==0.3.4
1616
shell: bash
1717
- run: pyall ${{ inputs.extra_args }}
1818
shell: bash

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Unreleased]
99

10+
## [0.3.4] - 2022-10-28
11+
12+
- Version fix
13+
1014
## [0.3.3] - 2022-10-28
1115

1216
### Added

src/pyall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ("__version__", "__description__")
22

3-
__version__ = "0.3.2"
3+
__version__ = "0.3.4"
44
__description__ = (
55
"Pyall is a linter that tries to keep the __all __ in your Python modules always up to date." # noqa: E501
66
)

0 commit comments

Comments
 (0)