Skip to content

Commit

Permalink
Version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Aug 22, 2020
1 parent 63c8a34 commit fdd4037
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 +1 @@
__version__ = '2.5.1'
__version__ = '2.5.2'
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.5.1'
version = '2.5.2'
assert dominate.version == version
assert dominate.__version__ == version

Expand Down

0 comments on commit fdd4037

Please sign in to comment.