Skip to content

Commit

Permalink
Merge pull request #55 from nschloe/bump-d3
Browse files Browse the repository at this point in the history
Bump d3
  • Loading branch information
nschloe authored Nov 17, 2019
2 parents 43e9760 + 3badb9b commit a8fcec2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tag:
@echo "Tagging v$(VERSION)..."
git tag v$(VERSION)
git push --tags
curl -H "Authorization: token `cat $(HOME)/.github-access-token`" -d '{"tag_name": "$(VERSION)"}' https://api.github.com/repos/nschloe/tuna/releases

dep:
npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "tuna",
"dependencies": {
"bootstrap": "4.3.1",
"d3": "5.11.0"
"d3": "5.13.1"
}
}
2 changes: 1 addition & 1 deletion tuna/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
__author_email__ = "nico.schloemer@gmail.com"
__copyright__ = "Copyright (c) 2018-2019, {} <{}>".format(__author__, __author_email__)
__license__ = "License :: OSI Approved :: MIT License"
__version__ = "0.3.2"
__version__ = "0.3.3"
__maintainer__ = "Nico Schlömer"
__status__ = "Development Status :: 5 - Production/Stable"
2 changes: 1 addition & 1 deletion tuna/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
</footer>

<script src="static/d3.v5.min.js"></script>
<script src="static/d3.min.js"></script>
<script src="static/icicle.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion tuna/web/static/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bootstrap.min.css
d3.v5.min.js
d3.min.js

0 comments on commit a8fcec2

Please sign in to comment.