Skip to content

Commit 70f43e3

Browse files
committed
releasing 0.0.8
1 parent b7e089f commit 70f43e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## 0.0.8
4+
* fix for reporting users or devices with no last_login value
5+
36
## 0.0.7
47
* removed Python 3.6 from compatibility list
58

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

66

77
def get_version(version=VERSION):

0 commit comments

Comments
 (0)