-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrate to Poetry * Update GitHub Actions * Simplify GitHub Action * Add pytest version * Pick version dynamically and update lock file * Update README * Python 3.7 compatibility * Pin black version to allow for Python 3.6 * Update changelog * Bump version * Consolidate changelog updates
- Loading branch information
Showing
11 changed files
with
590 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [Unreleased] - 2022-10-19 | ||
## Changed | ||
* Moved information of python version to the class initialization. | ||
|
||
## [1.0.9] - 2022-11-01 | ||
|
||
### Added | ||
- Python 3.11 support | ||
|
||
### Changed | ||
- Project is now built with [Poetry](https://python-poetry.org) | ||
- Moved information of python version to the class initialization | ||
|
||
## [0.0.13] - 2020-09-16 | ||
### Added | ||
* Created changelog | ||
* Fixed job status error string format | ||
* Added black for code formatting | ||
* Fixed python semantics | ||
* Moved zipfile out from webapi class | ||
* Moved zipfile out from webapi class |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.