Skip to content

Commit be4bcf6

Browse files
committed
Preparing 4.6.0
1 parent d261558 commit be4bcf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '4.5.0'
3+
__version__ = '4.6.0'

bootstrap3/renderers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from django.utils.safestring import mark_safe
1313

1414
from .bootstrap import get_bootstrap_setting
15-
from bootstrap3.text import text_value
15+
from .text import text_value
1616
from .exceptions import BootstrapError
1717
from .html import add_css_class
1818
from .forms import (render_form, render_field, render_label, render_form_group,

0 commit comments

Comments
 (0)