From e554ca963d08ce25718f5c3502ad6026df72f011 Mon Sep 17 00:00:00 2001 From: insightindustry Date: Wed, 3 Apr 2019 21:27:35 -0400 Subject: [PATCH 1/2] Closes #32. Removed print statement artificat. --- CHANGES.rst | 7 +++++++ README.rst | 10 +++++----- docs/_unit_tests_code_coverage.rst | 10 +++++----- validator_collection/_version.py | 2 +- validator_collection/validators.py | 1 - 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0dbc8be..b1724c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,12 @@ ----------- +Release 1.3.4 (released April 3, 2019) +============================================ + +* #32: Removed a `print` statement left over from debugging. + +----------- + Release 1.3.3 (released March 23, 2019) ============================================ diff --git a/README.rst b/README.rst index 87b889e..15d3487 100644 --- a/README.rst +++ b/README.rst @@ -26,18 +26,18 @@ Validator Collection :target: http://validator-collection.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status (ReadTheDocs) - * - `v. 1.3 `_ + * - `v. 1.3 `_ - - .. image:: https://travis-ci.org/insightindustry/validator-collection.svg?branch=v.1.3.3 + .. image:: https://travis-ci.org/insightindustry/validator-collection.svg?branch=v.1.3.4 :target: https://travis-ci.org/insightindustry/validator-collection :alt: Build Status (Travis CI) - .. image:: https://codecov.io/gh/insightindustry/validator-collection/branch/v.1.3.3/graph/badge.svg + .. image:: https://codecov.io/gh/insightindustry/validator-collection/branch/v.1.3.4/graph/badge.svg :target: https://codecov.io/gh/insightindustry/validator-collection :alt: Code Coverage Status (Codecov) - .. image:: https://readthedocs.org/projects/validator-collection/badge/?version=v.1.3.3 - :target: http://validator-collection.readthedocs.io/en/latest/?badge=v.1.3.3 + .. image:: https://readthedocs.org/projects/validator-collection/badge/?version=v.1.3.4 + :target: http://validator-collection.readthedocs.io/en/latest/?badge=v.1.3.4 :alt: Documentation Status (ReadTheDocs) * - `v. 1.2 `_ diff --git a/docs/_unit_tests_code_coverage.rst b/docs/_unit_tests_code_coverage.rst index b3d534a..9933924 100644 --- a/docs/_unit_tests_code_coverage.rst +++ b/docs/_unit_tests_code_coverage.rst @@ -18,18 +18,18 @@ :target: http://validator-collection.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status (ReadTheDocs) - * - `v. 1.3 `_ + * - `v. 1.3 `_ - - .. image:: https://travis-ci.org/insightindustry/validator-collection.svg?branch=v.1.3.3 + .. image:: https://travis-ci.org/insightindustry/validator-collection.svg?branch=v.1.3.4 :target: https://travis-ci.org/insightindustry/validator-collection :alt: Build Status (Travis CI) - .. image:: https://codecov.io/gh/insightindustry/validator-collection/branch/v.1.3.3/graph/badge.svg + .. image:: https://codecov.io/gh/insightindustry/validator-collection/branch/v.1.3.4/graph/badge.svg :target: https://codecov.io/gh/insightindustry/validator-collection :alt: Code Coverage Status (Codecov) - .. image:: https://readthedocs.org/projects/validator-collection/badge/?version=v.1.3.3 - :target: http://validator-collection.readthedocs.io/en/latest/?badge=v.1.3.3 + .. image:: https://readthedocs.org/projects/validator-collection/badge/?version=v.1.3.4 + :target: http://validator-collection.readthedocs.io/en/latest/?badge=v.1.3.4 :alt: Documentation Status (ReadTheDocs) * - `v. 1.2 `_ diff --git a/validator_collection/_version.py b/validator_collection/_version.py index ac4ddc1..dfe0c43 100644 --- a/validator_collection/_version.py +++ b/validator_collection/_version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '1.3.3' +__version__ = '1.3.4' diff --git a/validator_collection/validators.py b/validator_collection/validators.py index a988161..a9fbdcb 100644 --- a/validator_collection/validators.py +++ b/validator_collection/validators.py @@ -2288,7 +2288,6 @@ def url(value, pass if not is_valid and allow_special_ips: - print('not valid and allowing special ips') try: ip_address(stripped_value, allow_empty = False) is_valid = True From 79f1d8bc50118c3fabb73d3d8ce2ba36d2df5a0d Mon Sep 17 00:00:00 2001 From: insightindustry Date: Wed, 3 Apr 2019 22:00:40 -0400 Subject: [PATCH 2/2] Modified version of Sphinx used in tox.ini for the documentation endpoint. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 190ba2d..b10df5a 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ description = basepython = python changedir = docs deps = - sphinx + sphinx >= 1.8.2, < 2.0.0 sphinx_rtd_theme sphinx_tabs commands =