Skip to content

Commit

Permalink
Introduction of 0.75.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 6, 2018
1 parent 0843353 commit 33673a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.74.5.dev-beta"
VERSION = "0.75.0.beta"

CONFIGURATION_FILENAME = ".PyFunceble.yaml"

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/funilrys/PyFunceble/dev/.assets/logo/RM.png)
![logo](https://raw.githubusercontent.com/funilrys/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=dev" 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
4 changes: 2 additions & 2 deletions version.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
current_version: 0.74.5.dev-beta
current_version: 0.75.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,
0.72.7, 0.73.1]
0.72.7, 0.73.1, 0.74.5]
force_update:
minimal_version: [0.0.0, 0.0.1]
status: true

0 comments on commit 33673a3

Please sign in to comment.