Skip to content

Commit

Permalink
0.6.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4wh6k authored Oct 11, 2022
1 parent 20cc549 commit e1b6828
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ plenty of detail and context.
## Development Guidelines

### Development Dependencies
In addition to the python version specified in the `setup.cfg` and `pip`, you
will need:

- `black` (`pip3 install black`)
- `build` (`pip3 install build`)
- `make`
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test-black:
black . --check

.PHONY: test-pyright
test-pyright:
test-pyright: develop
pyright

.PHONY: test-usort
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3
0.6.0
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ project_urls =
Bug Tracker = https://github.com/Backblaze/boardwalk/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Operating System :: MacOS

[options]
python_requires = >=3.9
python_requires = >=3.10
install_requires =
ansible
ansible-runner
Expand Down

0 comments on commit e1b6828

Please sign in to comment.