-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: quetz_client-0.1.0-py3-none-any.whl: b007d944b0509f5d856b6a410d058b553370ebd94fe1d9c5374388678c6e01d1 quetz_client-0.1.0.tar.gz: edf5e4a84bd7b1bb6dc046d8c0c3b3b302ec6dcd109e428d3ae5cf879f2edd70
- Loading branch information
1 parent
496c6b4
commit 1447004
Showing
3 changed files
with
23 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
# Changelog | ||
|
||
<!-- <START NEW CHANGELOG ENTRY> --> | ||
|
||
## 0.1.0 | ||
|
||
([Full Changelog](https://github.com/mamba-org/quetz-client/compare/10bc0eacd33abde944568aca82b6681b40041a78...496c6b4bcdf7af06107ca894ffee576236bf8cb3)) | ||
|
||
### Enhancements made | ||
|
||
- Create initial version [#1](https://github.com/mamba-org/quetz-client/pull/1) ([@simonbohnen](https://github.com/simonbohnen)) | ||
|
||
### Maintenance and upkeep improvements | ||
|
||
- Prepare for jupyter releaser [#10](https://github.com/mamba-org/quetz-client/pull/10) ([@janjagusch](https://github.com/janjagusch)) | ||
- Add prettier pre-commit hook [#4](https://github.com/mamba-org/quetz-client/pull/4) ([@janjagusch](https://github.com/janjagusch)) | ||
- Add Actions for tests & pre-commit [#3](https://github.com/mamba-org/quetz-client/pull/3) ([@simonbohnen](https://github.com/simonbohnen)) | ||
|
||
### Contributors to this release | ||
|
||
([GitHub contributors page for this release](https://github.com/mamba-org/quetz-client/graphs/contributors?from=2023-02-02&to=2023-02-17&type=c)) | ||
|
||
[@janjagusch](https://github.com/search?q=repo%3Amamba-org%2Fquetz-client+involves%3Ajanjagusch+updated%3A2023-02-02..2023-02-17&type=Issues) | [@simonbohnen](https://github.com/search?q=repo%3Amamba-org%2Fquetz-client+involves%3Asimonbohnen+updated%3A2023-02-02..2023-02-17&type=Issues) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> |
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,2 +1,2 @@ | ||
version_info = (0, 0, 5, "", "") | ||
version_info = (0, 1, 0, "", "") | ||
__version__ = ".".join(filter(lambda s: len(s) > 0, map(str, version_info))) |