Skip to content

Commit 16a0bb7

Browse files
committed
releasing 0.0.6
1 parent 68735e7 commit 16a0bb7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PyBanyan Change History
22

3+
## 0.0.6
4+
* added support for listing security events
5+
* fixed resource leak warnings in unit tests
6+
* make pybanyan more resilient to unexpected fields in API responses
7+
* use paging only on endpoints
8+
39
## 0.0.5
410
* support both USER_WEB and WEB_USER style templates in services
511
* turn off strict schema validation in Marshmallow (by excluding unknown fields)

banyan/core/version.py

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

22
from cement.utils.version import get_version as cement_get_version
33

4-
VERSION = (0, 0, 5, 'final', 1)
4+
VERSION = (0, 0, 6, 'final', 1)
55

66

77
def get_version(version=VERSION):

0 commit comments

Comments
 (0)