v0.2.2
Highlight
The command pytask clean
has been reworked! 🎉
pytask clean
allows to clean your project from obsolete files. For example, when you renamed a product of a task and the old product still exists in the build folder.
All files which are not known by pytask or git can be cleaned.
You find more information in the tutorial.
What's Changed
- Fix info under live execution table. by @tobiasraabe in #267
- Rework the
clean
command. by @tobiasraabe in #273
Full Changelog: v0.2.1...v0.2.2