Skip to content

Commit

Permalink
Update the version to the latest and getting it ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alir3z4 committed Oct 4, 2017
1 parent 1317a98 commit e330da7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0000.00.00
2017.10.4
==========
----

Expand Down
2 changes: 1 addition & 1 deletion html2text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# python3 uses chr
nochr = str('')

__version__ = (2016, 9, 19)
__version__ = (2017, 10, 4)


# TODO:
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==4.0.3
py==1.4.31
pypandoc==1.1.3
wheel==0.24.0
flake8==3.3.0
coverage==4.4.1
py==1.4.34
pypandoc==1.4
wheel==0.30.0
flake8==3.4.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def run(self):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit e330da7

Please sign in to comment.