Skip to content

Commit

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

quetz_client-0.1.1-py3-none-any.whl: 818f0b21e9161e1a7f196898a1d81b3269ecddf682ddcfef2d86908fa7833ec1

quetz_client-0.1.1.tar.gz: 4eb262562517625104e32d9c214b1b16a843fe3cadf1d97c66e6acfb19e44ed4
  • Loading branch information
janjagusch committed Feb 17, 2023
1 parent 37186a4 commit 58e6198
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.1.1

([Full Changelog](https://github.com/mamba-org/quetz-client/compare/v0.1.0...37186a40d91e882aabd2e60ad1ae981043bb5378))

### Maintenance and upkeep improvements

- Add license [#11](https://github.com/mamba-org/quetz-client/pull/11) ([@janjagusch](https://github.com/janjagusch))

### Contributors to this release

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

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

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

## 0.1.0

([Full Changelog](https://github.com/mamba-org/quetz-client/compare/10bc0eacd33abde944568aca82b6681b40041a78...496c6b4bcdf7af06107ca894ffee576236bf8cb3))
Expand All @@ -21,5 +37,3 @@
([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> -->
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.1.0"
current = "0.1.1"
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, 1, 0, "", "")
version_info = (0, 1, 1, "", "")
__version__ = ".".join(filter(lambda s: len(s) > 0, map(str, version_info)))

0 comments on commit 58e6198

Please sign in to comment.