Skip to content

Commit 58e6198

Browse files
committed
Publish 0.1.1
SHA256 hashes: quetz_client-0.1.1-py3-none-any.whl: 818f0b21e9161e1a7f196898a1d81b3269ecddf682ddcfef2d86908fa7833ec1 quetz_client-0.1.1.tar.gz: 4eb262562517625104e32d9c214b1b16a843fe3cadf1d97c66e6acfb19e44ed4
1 parent 37186a4 commit 58e6198

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.1.1
6+
7+
([Full Changelog](https://github.com/mamba-org/quetz-client/compare/v0.1.0...37186a40d91e882aabd2e60ad1ae981043bb5378))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Add license [#11](https://github.com/mamba-org/quetz-client/pull/11) ([@janjagusch](https://github.com/janjagusch))
12+
13+
### Contributors to this release
14+
15+
([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))
16+
17+
[@janjagusch](https://github.com/search?q=repo%3Amamba-org%2Fquetz-client+involves%3Ajanjagusch+updated%3A2023-02-17..2023-02-17&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.1.0
622

723
([Full Changelog](https://github.com/mamba-org/quetz-client/compare/10bc0eacd33abde944568aca82b6681b40041a78...496c6b4bcdf7af06107ca894ffee576236bf8cb3))
@@ -21,5 +37,3 @@
2137
([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))
2238

2339
[@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)
24-
25-
<!-- <END NEW CHANGELOG ENTRY> -->

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ check_untyped_defs = true
3333
addopts = "--import-mode=importlib"
3434

3535
[tool.tbump.version]
36-
current = "0.1.0"
36+
current = "0.1.1"
3737
regex = '''
3838
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
3939
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

src/quetz_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 1, 0, "", "")
1+
version_info = (0, 1, 1, "", "")
22
__version__ = ".".join(filter(lambda s: len(s) > 0, map(str, version_info)))

0 commit comments

Comments
 (0)