Skip to content

Commit

Permalink
Introduction of v0.72.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 2, 2018
1 parent e86365f commit 24cdb51
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
from PyFunceble.production import Production

CURRENT_DIRECTORY = getcwd() + directory_separator
VERSION = "0.71.2.dev-beta"
VERSION = "0.72.0.beta"

CONFIGURATION = {}
CURRENT_TIME = strftime("%a %d %b %H:%m:%S %Z %Y")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
![logo](https://raw.githubusercontent.com/ybreza/PyFunceble/dev/.assets/logo/RM.png)
![logo](https://raw.githubusercontent.com/ybreza/PyFunceble/master/.assets/logo/RM.png)

<h2 align="center">The tool to check domains or IP availability</h2>


<p align="center"><a href="https://travis-ci.com/funilrys/PyFunceble"><img src="https://travis-ci.com/funilrys/PyFunceble.svg?branch=dev" alt="Build Status"></a> <a href="https://coveralls.io/github/funilrys/PyFunceble?branch=dev"><img src="https://coveralls.io/repos/github/funilrys/PyFunceble/badge.svg?branch=master" alt="Coverage Status"></a> <a href="https://github.com/funilrys/PyFunceble/blob/dev/LICENSE"><img src="https://img.shields.io/github/license/funilrys/PyFunceble.svg" alt="license"></a> <a href="https://github.com/funilrys/PyFunceble/releases/latest"><img src="https://img.shields.io/github/release/funilrys/PyFunceble.svg" alt="GitHub release"></a> <a href=""><img src="https://img.shields.io/github/issues/funilrys/PyFunceble.svg" alt="GitHub issues open"></a> <a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style | Black"></a></p>
<p align="center"><a href="https://travis-ci.com/funilrys/PyFunceble"><img src="https://travis-ci.com/funilrys/PyFunceble.svg?branch=master" alt="Build Status"></a> <a href="https://coveralls.io/github/funilrys/PyFunceble?branch=master"><img src="https://coveralls.io/repos/github/funilrys/PyFunceble/badge.svg?branch=master" alt="Coverage Status"></a> <a href="https://github.com/funilrys/PyFunceble/blob/master/LICENSE"><img src="https://img.shields.io/github/license/funilrys/PyFunceble.svg" alt="license"></a> <a href="https://github.com/funilrys/PyFunceble/releases/latest"><img src="https://img.shields.io/github/release/funilrys/PyFunceble.svg" alt="GitHub release"></a> <a href=""><img src="https://img.shields.io/github/issues/funilrys/PyFunceble.svg" alt="GitHub issues open"></a> <a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style | Black"></a></p>

* * *

Expand Down
16 changes: 8 additions & 8 deletions iana-domains-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
"etisalat": "whois.centralnic.com",
"eu": "whois.eu",
"eurovision": "whois.nic.eurovision",
"eus": "whois.eus.coreregistry.net",
"eus": "whois.nic.eus",
"events": "whois.nic.events",
"everbank": "whois.nic.everbank",
"exchange": "whois.nic.exchange",
Expand Down Expand Up @@ -486,7 +486,7 @@
"futbol": "whois.nic.futbol",
"fyi": "whois.nic.fyi",
"ga": "whois.my.ga",
"gal": "whois.gal.coreregistry.net",
"gal": "whois.nic.gal",
"gallery": "whois.nic.gallery",
"gallo": "whois.nic.gallo",
"gallup": "whois.nic.gallup",
Expand Down Expand Up @@ -742,23 +742,23 @@
"lifestyle": "whois.nic.lifestyle",
"lighting": "whois.nic.lighting",
"like": "whois.nic.like",
"lilly": null,
"lilly": "whois.nic.lilly",
"limited": "whois.nic.limited",
"limo": "whois.nic.limo",
"lincoln": null,
"lincoln": "whois.nic.lincoln",
"linde": "whois.nic.linde",
"link": "whois.uniregistry.net",
"lipsy": "whois.nic.lipsy",
"live": "whois.nic.live",
"living": null,
"living": "whois.nic.living",
"lixil": "whois.nic.lixil",
"lk": "whois.nic.lk",
"llc": "whois.afilias.net",
"loan": "whois.nic.loan",
"loans": "whois.nic.loans",
"locker": "whois.nic.locker",
"locus": "whois.nic.locus",
"loft": null,
"loft": "whois.nic.loft",
"lol": "whois.uniregistry.net",
"london": "whois.nic.london",
"lotte": "whois.nic.lotte",
Expand Down Expand Up @@ -786,7 +786,7 @@
"makeup": "whois.nic.makeup",
"man": "whois.nic.man",
"management": "whois.nic.management",
"mango": "whois.mango.coreregistry.net",
"mango": "whois.nic.mango",
"map": "whois.nic.google",
"market": "whois.nic.market",
"marketing": "whois.nic.marketing",
Expand Down Expand Up @@ -1111,7 +1111,7 @@
"science": "whois.nic.science",
"scjohnson": "whois.nic.scjohnson",
"scor": "whois.nic.scor",
"scot": "whois.scot.coreregistry.net",
"scot": "whois.nic.scot",
"sd": null,
"se": "whois.iis.se",
"search": "whois.nic.google",
Expand Down
4 changes: 2 additions & 2 deletions version.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
current_version: 0.71.2.dev-beta
deprecated: [0.0.0, 0.0.1, 0.65.0, 0.67.1, 0.68.0, 0.69.3, 0.69.5, 0.70.4]
current_version: 0.72.0.beta
deprecated: [0.0.0, 0.0.1, 0.65.0, 0.67.1, 0.68.0, 0.69.3, 0.69.5, 0.70.4, 0.71.2]
force_update:
minimal_version: [0.0.0, 0.0.1]
status: true

0 comments on commit 24cdb51

Please sign in to comment.