Skip to content

Commit

Permalink
burn a few version numbers..
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Sep 21, 2015
1 parent 1db954b commit 20dd886
Show file tree
Hide file tree
Showing 3 changed files with 5 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.1.13'
__version__ = '2.1.16'
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@
# import pypandoc
# long_description = pypandoc.convert(
# long_description, 'rst', format='markdown_github')
# with open('README.rst', 'w') as f:
# f.write(long_description)
# except:
# import traceback
# traceback.print_exc()


setup(
name = 'dominate',
version = _version.__version__,
Expand Down
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.1.12'
version = '2.1.16'
assert dominate.version == version
assert dominate.__version__ == version

Expand Down

0 comments on commit 20dd886

Please sign in to comment.