Skip to content

Commit 22c7c6d

Browse files
Merge branch 'release-v5.6' into develop
2 parents 58a2cb2 + da2a621 commit 22c7c6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

btrdb/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
__version_info__ = {
1919
'major': 5,
20-
'minor': 5,
21-
'micro': 3,
20+
'minor': 6,
21+
'micro': 0,
2222
'releaselevel': 'final',
23-
'serial': 11,
23+
'serial': 12,
2424
}
2525

2626
##########################################################################

tests/btrdb/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Test Constants
2727
##########################################################################
2828

29-
EXPECTED_VERSION = "5.5.3"
29+
EXPECTED_VERSION = "5.6"
3030

3131

3232
##########################################################################

0 commit comments

Comments
 (0)