Skip to content

Commit

Permalink
Bump to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luisza committed Jan 18, 2020
1 parent 3250d09 commit 236a81b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ XHTML2PDF
:target: http://xhtml2pdf.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

The current release of xhtml2pdf is xhtml2pdf **0.2.1** which is the first stable
The current release of xhtml2pdf is xhtml2pdf **0.2.4** which is the first stable
version that has Python 3 support.

This comment has been minimized.

Copy link
@meshy

meshy Mar 11, 2020

Is this comment out of date now?

As with all open-source software, its use in production depends
on many factors, so be aware that you may find issues in some cases.
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Documentation',
'Topic :: Multimedia',
'Topic :: Office/Business',
Expand Down
4 changes: 3 additions & 1 deletion tox.appveyor.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[tox]
envlist =
py{2.7,3.5,3.6}-rl{32,33,34}
py{2.7,3.5,3.6,3.7,3.8}-rl{32,33,34}

[testenv]
basepython =
py2.7: python2.7
py3.5: python3.5
py3.6: python3.6
py3.7: python3.7
py3.8: python3.8
commands =
{envpython} -c "from reportlab import Version; print('%s %s' % ('Reportlab Version', Version))"
{envpython} -m nose.core --with-xunit --with-coverage --cover-package=xhtml2pdf
Expand Down
2 changes: 1 addition & 1 deletion xhtml2pdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.3"
__version__ = "0.2.4"

0 comments on commit 236a81b

Please sign in to comment.