Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Feb 2, 2014
1 parent 20f97e4 commit ab295ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dominate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = __version__ = '2.1.4'
version = __version__ = '2.1.5'

from .document import document
2 changes: 1 addition & 1 deletion tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

def test_version():
import dominate
version = '2.1.4'
version = '2.1.5'
assert dominate.version == version
assert dominate.__version__ == version

Expand Down

0 comments on commit ab295ac

Please sign in to comment.