Skip to content

Commit

Permalink
Publish 0.4.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

quetz_client-0.4.0-py3-none-any.whl: 7407767d32e8401c14f5c39166ca8f99fd13d7923bd675bd0df440dc0eef7513

quetz_client-0.4.0.tar.gz: e4a7a5bf437bd372f773e286426d970583e2c5c658190d48eb8002862f0a741f
  • Loading branch information
janjagusch committed Apr 7, 2023
1 parent bc99296 commit f3d9261
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.4.0

([Full Changelog](https://github.com/mamba-org/quetz-client/compare/v0.3.0...bc99296b0869f015145a3e80874c719852d23cf3))

### Enhancements made

- Add flag for HTTP retries to CLI tool [#23](https://github.com/mamba-org/quetz-client/pull/23) ([@borchero](https://github.com/borchero))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/mamba-org/quetz-client/graphs/contributors?from=2023-04-06&to=2023-04-07&type=c))

[@borchero](https://github.com/search?q=repo%3Amamba-org%2Fquetz-client+involves%3Aborchero+updated%3A2023-04-06..2023-04-07&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.0

([Full Changelog](https://github.com/mamba-org/quetz-client/compare/v0.2.1...44dfcc9cdf17726aefb8c5df6c2d10f2731b29de))
Expand All @@ -16,8 +32,6 @@

[@borchero](https://github.com/search?q=repo%3Amamba-org%2Fquetz-client+involves%3Aborchero+updated%3A2023-03-07..2023-04-06&type=Issues) | [@janjagusch](https://github.com/search?q=repo%3Amamba-org%2Fquetz-client+involves%3Ajanjagusch+updated%3A2023-03-07..2023-04-06&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.2.1

([Full Changelog](https://github.com/mamba-org/quetz-client/compare/v0.2.0...0b113b47da3c1d319dc2724d16f861f49690cbe1))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ check_untyped_defs = true
addopts = "--import-mode=importlib"

[tool.tbump.version]
current = "0.3.0"
current = "0.4.0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion src/quetz_client/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 3, 0, "", "")
version_info = (0, 4, 0, "", "")
__version__ = ".".join(filter(lambda s: len(s) > 0, map(str, version_info)))

0 comments on commit f3d9261

Please sign in to comment.