From 40cf38a46bec1fc140904a7c72499082f8443727 Mon Sep 17 00:00:00 2001 From: secynic Date: Thu, 17 Sep 2020 12:26:38 -0500 Subject: [PATCH] Increment version 1.2.0 --- CHANGES.rst | 2 +- LICENSE.txt | 2 +- ipwhois/__init__.py | 4 ++-- ipwhois/asn.py | 2 +- ipwhois/docs/source/conf.py | 6 +++--- ipwhois/exceptions.py | 2 +- ipwhois/hr.py | 2 +- ipwhois/ipwhois.py | 2 +- ipwhois/net.py | 2 +- ipwhois/nir.py | 2 +- ipwhois/rdap.py | 2 +- ipwhois/scripts/docs/generate_examples.py | 2 +- ipwhois/scripts/ipwhois_cli.py | 2 +- ipwhois/scripts/ipwhois_utils_cli.py | 2 +- ipwhois/utils.py | 2 +- ipwhois/whois.py | 2 +- setup.py | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8bcb171d..52519b34 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -1.2.0 (TBD) +1.2.0 (2020-09-17) ------------------ - Removed deprecated functions: asn.IPASN._parse_fields_http, diff --git a/LICENSE.txt b/LICENSE.txt index 0da70ecd..be67aadd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2013-2019 Philip Hane +Copyright (c) 2013-2020 Philip Hane All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/__init__.py b/ipwhois/__init__.py index 440666f9..2a1402bd 100644 --- a/ipwhois/__init__.py +++ b/ipwhois/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,4 +26,4 @@ from .net import Net from .ipwhois import IPWhois -__version__ = '1.1.0' +__version__ = '1.2.0' diff --git a/ipwhois/asn.py b/ipwhois/asn.py index e2cda715..71b56758 100644 --- a/ipwhois/asn.py +++ b/ipwhois/asn.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/docs/source/conf.py b/ipwhois/docs/source/conf.py index 108ae4d9..1039de6d 100644 --- a/ipwhois/docs/source/conf.py +++ b/ipwhois/docs/source/conf.py @@ -60,16 +60,16 @@ # General information about the project. project = 'ipwhois' -copyright = '2013-2019, Philip Hane' +copyright = '2013-2020, Philip Hane' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '1.1.0' +version = '1.2.0' # The full version, including alpha/beta/rc tags. -release = '1.1.0' +release = '1.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ipwhois/exceptions.py b/ipwhois/exceptions.py index 066814a6..88251876 100644 --- a/ipwhois/exceptions.py +++ b/ipwhois/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/hr.py b/ipwhois/hr.py index b51196e4..31383b7b 100644 --- a/ipwhois/hr.py +++ b/ipwhois/hr.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/ipwhois.py b/ipwhois/ipwhois.py index d5368e8e..946c64b5 100644 --- a/ipwhois/ipwhois.py +++ b/ipwhois/ipwhois.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/net.py b/ipwhois/net.py index ac23c350..c7ce39cd 100644 --- a/ipwhois/net.py +++ b/ipwhois/net.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/nir.py b/ipwhois/nir.py index 231f3795..b3c79efb 100644 --- a/ipwhois/nir.py +++ b/ipwhois/nir.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/rdap.py b/ipwhois/rdap.py index 1e80338a..3a65aef2 100644 --- a/ipwhois/rdap.py +++ b/ipwhois/rdap.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/scripts/docs/generate_examples.py b/ipwhois/scripts/docs/generate_examples.py index 68e21373..c5a6ea2b 100644 --- a/ipwhois/scripts/docs/generate_examples.py +++ b/ipwhois/scripts/docs/generate_examples.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/scripts/ipwhois_cli.py b/ipwhois/scripts/ipwhois_cli.py index 74a08f93..c36b7919 100644 --- a/ipwhois/scripts/ipwhois_cli.py +++ b/ipwhois/scripts/ipwhois_cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/scripts/ipwhois_utils_cli.py b/ipwhois/scripts/ipwhois_utils_cli.py index 166ea5d1..d2895d2b 100644 --- a/ipwhois/scripts/ipwhois_utils_cli.py +++ b/ipwhois/scripts/ipwhois_utils_cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/utils.py b/ipwhois/utils.py index 920ed0f8..f3c0a76e 100644 --- a/ipwhois/utils.py +++ b/ipwhois/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/ipwhois/whois.py b/ipwhois/whois.py index 99dc07c9..40c131d3 100644 --- a/ipwhois/whois.py +++ b/ipwhois/whois.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2019 Philip Hane +# Copyright (c) 2013-2020 Philip Hane # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/setup.py b/setup.py index e651eaf9..ef22a097 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import io NAME = 'ipwhois' -VERSION = '1.1.0' +VERSION = '1.2.0' AUTHOR = 'Philip Hane' AUTHOR_EMAIL = 'secynic@gmail.com' DESCRIPTION = 'Retrieve and parse whois data for IPv4 and IPv6 addresses.'