Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install setuptools --upgrade
- python bootstrap.py
Expand Down
7 changes: 4 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
CHANGES
*******

3.3.5 (unreleased)
3.3.7 (unreleased)
==================

- Nothing changed yet.

- Update to Bootstrap 3.3.7 [disko]
- Test against Python 3.3, 3.4, 3.5 and 3.6 with tox and on TravisCI [disko]
- Add a script to update from npm automatically [disko]

3.3.4 (2015-04-21)
==================
Expand Down
141 changes: 126 additions & 15 deletions js/bootstrap/resources/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/bootstrap/resources/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions js/bootstrap/resources/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

Loading