Skip to content

Commit 432fe9b

Browse files
committed
Update version
1 parent 33909a1 commit 432fe9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redash",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"dependencies": {
55
"angular": "1.2.18",
66
"angular-resource": "1.2.18",

redash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from redash.destinations import import_destinations
1414

1515

16-
__version__ = '0.11.0'
16+
__version__ = '0.11.1'
1717

1818

1919
if settings.FEATURE_TABLES_PERMISSIONS:

0 commit comments

Comments
 (0)