Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit e04b99e

Browse files
committed
Bumped for 0.11.2
1 parent c50e1c8 commit e04b99e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog
22

3+
## 0.11.2
4+
5+
### Bug fixes
6+
7+
* `Query.get` re-learned how to return a single object from the query cache
8+
* `HTTPClient` learned how to handle no namespace to produce correct URLs
9+
310
## 0.11.1
411

512
### Bug fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pykube",
10-
version="0.11.1",
10+
version="0.11.2",
1111
description="Python client library for Kubernetes",
1212
long_description=long_description,
1313
author="Eldarion, Inc.",

0 commit comments

Comments
 (0)