File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212runs :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments