Skip to content

Commit

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

quetz-server-0.10.4.tar.gz: fde82b72b2e3fb22bfd0f6fec99ef41d845a76341801955e1d280be204049b90

quetz_server-0.10.4-py2.py3-none-any.whl: e286572a8f0311f48c7c5da40b9dc284dae4cf7a80175795d17d4ea35b904c3d
  • Loading branch information
janjagusch committed Dec 4, 2023
1 parent 1a42ed2 commit eea3eef
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## 0.10.4

([Full Changelog](https://github.com/mamba-org/quetz/compare/v0.10.3...1a42ed273aa5fd6746df674c9542e539ff32f9a3))

### Bugs fixed

- Address issues of missing `bucket_name` in `s3fs` paths [#673](https://github.com/mamba-org/quetz/pull/673) ([@RobinHolzingerQC](https://github.com/RobinHolzingerQC))
- Pin `typer` to address issues in argument defaults [#672](https://github.com/mamba-org/quetz/pull/672) ([@RobinHolzingerQC](https://github.com/RobinHolzingerQC))

### Maintenance and upkeep improvements

- Fix linting [#678](https://github.com/mamba-org/quetz/pull/678) ([@RobinHolzingerQC](https://github.com/RobinHolzingerQC))

### Contributors to this release

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

[@codecov-commenter](https://github.com/search?q=repo%3Amamba-org%2Fquetz+involves%3Acodecov-commenter+updated%3A2023-11-22..2023-12-04&type=Issues) | [@RobinHolzingerQC](https://github.com/search?q=repo%3Amamba-org%2Fquetz+involves%3ARobinHolzingerQC+updated%3A2023-11-22..2023-12-04&type=Issues)

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

## 0.10.3

([Full Changelog](https://github.com/mamba-org/quetz/compare/v0.10.2...cbc3914575bf05050c97c241f003d1712f85043e))
Expand All @@ -16,8 +37,6 @@

[@wolfv](https://github.com/search?q=repo%3Amamba-org%2Fquetz+involves%3Awolfv+updated%3A2023-09-28..2023-11-22&type=Issues)

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

## 0.10.2

([Full Changelog](https://github.com/mamba-org/quetz/compare/v0.10.1...3cbd27a2356c9ff07fc80fef5888acb71fc2d7f7))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ check-imports = ["quetz"]
ignore = ["W004"]

[tool.tbump.version]
current = "0.10.3"
current = "0.10.4"
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 quetz/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 10, 3, "", "")
version_info = (0, 10, 4, "", "")
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info)))

0 comments on commit eea3eef

Please sign in to comment.