Skip to content

Commit f9782af

Browse files
author
tradel
committed
version bump to 0.0.11
1 parent 7c2ce6d commit f9782af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.0.11
4+
* added support for exporting roles, policies, and services via `banyan export` command
5+
* added support for testing services from an Access Tier via `banyan service test` command
6+
37
## 0.0.10
48
* added support for retrieving audit logs via `banyan audit` command
59

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, 10, 'final', 1)
4+
VERSION = (0, 0, 11, 'final', 1)
55

66

77
def get_version(version=VERSION):

0 commit comments

Comments
 (0)