Skip to content

Commit

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

quetz-server-0.10.3.tar.gz: 304b345548e51f42e8a31e81cd85d016579820e7d7fd8b44a77ffa2f962b1989

quetz_server-0.10.3-py2.py3-none-any.whl: d38bb75a435b8d60ca0aa873d3742bdaa73b6129d335a52039d138a0b561e390
  • Loading branch information
janjagusch committed Nov 22, 2023
1 parent cbc3914 commit 506da2f
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.10.3

([Full Changelog](https://github.com/mamba-org/quetz/compare/v0.10.2...cbc3914575bf05050c97c241f003d1712f85043e))

### Bugs fixed

- Ignore missing `info/files` file [#671](https://github.com/mamba-org/quetz/pull/671) ([@wolfv](https://github.com/wolfv))

### Contributors to this release

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

[@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 All @@ -16,8 +32,6 @@

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

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

## 0.10.1

([Full Changelog](https://github.com/mamba-org/quetz/compare/v0.10.0...ef6836a7c887dc97a89d8b5cce4472a03740b692))
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.2"
current = "0.10.3"
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, 2, "", "")
version_info = (0, 10, 3, "", "")
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info)))

0 comments on commit 506da2f

Please sign in to comment.