Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Nov 27, 2016
1 parent 964fbf1 commit 04541ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dominate/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.3.0'
__version__ = '2.3.1'

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

def test_version():
import dominate
version = '2.3.0'
version = '2.3.1'
assert dominate.version == version
assert dominate.__version__ == version

Expand Down

0 comments on commit 04541ec

Please sign in to comment.