this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ”– Release v0.4.1

+9 -2
+8 -1
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [0.4.1] - 2024-01-02 9 + 10 + ### Added 11 + 12 + - a setup.py script for AUR deployment 13 + 8 14 ## [0.4.0] - 2023-04-02 9 15 10 16 ### Added ··· 30 36 31 37 ## [0.1.0] 32 38 33 - [Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...HEAD 39 + [Unreleased]: https://github.com/ewen-lbh/issurge/compare/v0.4.1...HEAD 40 + [0.4.1]: https://github.com/ewen-lbh/issurge/compare/v0.4.0...v0.4.1 34 41 [0.4.0]: https://github.com/ewen-lbh/issurge/compare/v0.3.0...v0.4.0 35 42 [0.3.0]: https://github.com/ewen-lbh/issurge/compare/v0.2.0...v0.3.0 36 43 [0.2.0]: https://github.com/ewen-lbh/issurge/compare/v0.1.0...v0.2.0
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "issurge" 3 - version = "0.4.0" 3 + version = "0.4.1" 4 4 description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file." 5 5 repository = "https://github.com/ewen-lbh/issurge" 6 6 authors = ["Ewen Le Bihan <hey@ewen.works>"]