Skip to content

Commit

Permalink
Introduction of 0.82.5
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 23, 2018
1 parent 07b9049 commit ca4ac91
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ matrix:

install:
- pip3 install --upgrade pip
- pip3 install pyfunceble-dev
- pip3 install pyfunceble
- pip3 install pylint coverage coveralls pip-autoremove

script:
# Everything is into one line because we want the test to fail if one of those command fails.
- PyFunceble -ex -d github.com && PyFunceble -ex -f .travis/list_to_test && PyFunceble -ex --adblock -f .travis/adblock_to_test
- pip-autoremove pyfunceble-dev -y && coverage run setup.py test && python3 setup.py install && PyFunceble -ex -d github.com && PyFunceble -ex -f .travis/list_to_test && PyFunceble -ex --adblock -f .travis/adblock_to_test
- pip-autoremove pyfunceble -y && coverage run setup.py test && python3 setup.py install && PyFunceble -ex -d github.com && PyFunceble -ex -f .travis/list_to_test && PyFunceble -ex --adblock -f .travis/adblock_to_test
- echo "Lint PyFunceble" && pylint PyFunceble && echo "Lint tests" && pylint tests/*.py

after_success:
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
from PyFunceble.production import Production

CURRENT_DIRECTORY = getcwd() + directory_separator
VERSION = "0.82.4.dev-beta"
VERSION = "0.82.5.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 @@
![](https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.assets/logo/RM.png)
![](https://raw.githubusercontent.com/funilrys/PyFunceble/master/.assets/logo/RM.png)

## The tool to check domains or IP availability


[![Build Status](https://travis-ci.com/funilrys/PyFunceble.svg?branch=dev)](https://travis-ci.com/funilrys/PyFunceble) [![Coverage Status](https://coveralls.io/repos/github/funilrys/PyFunceble/badge.svg?branch=dev)](https://coveralls.io/github/funilrys/PyFunceble?branch=dev) [![license](https://img.shields.io/github/license/funilrys/PyFunceble.svg)](https://github.com/funilrys/PyFunceble/blob/dev/LICENSE) [![GitHub release](https://img.shields.io/github/release/funilrys/PyFunceble.svg)](https://github.com/funilrys/PyFunceble/releases/latest) [![GitHub issues open](https://img.shields.io/github/issues/funilrys/PyFunceble.svg)](https://github.com/funilrys/PyFunceble/issues) [![Code style | Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Build Status](https://travis-ci.com/funilrys/PyFunceble.svg?branch=master)](https://travis-ci.com/funilrys/PyFunceble) [![Coverage Status](https://coveralls.io/repos/github/funilrys/PyFunceble/badge.svg?branch=master)](https://coveralls.io/github/funilrys/PyFunceble?branch=master) [![license](https://img.shields.io/github/license/funilrys/PyFunceble.svg)](https://github.com/funilrys/PyFunceble/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/release/funilrys/PyFunceble.svg)](https://github.com/funilrys/PyFunceble/releases/latest) [![GitHub issues open](https://img.shields.io/github/issues/funilrys/PyFunceble.svg)](https://github.com/funilrys/PyFunceble/issues) [![Code style | Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

PyFunceble is the little sister of [Funceble](https://github.com/funilrys/funceble) which was archived on 13<sup>th</sup> March, 2018.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. image:: https://github.com/funilrys/PyFunceble/raw/dev/.assets/logo/RM.png
.. image:: https://github.com/funilrys/PyFunceble/raw/master/.assets/logo/RM.png
:alt: PyFunceble Logic representation

The tool to check domain or IP availability
===========================================

.. raw:: html

<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>

PyFunceble is the little sister of `Funceble`_ which was archived on 13th March, 2018.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _get_long_description():

if __name__ == "__main__":
setup(
name="PyFunceble-dev",
name="PyFunceble",
version=_get_version(),
install_requires=_get_requirements(),
description="The tool to check domains or IP availability.",
Expand All @@ -148,7 +148,7 @@ def _get_long_description():
classifiers=[
"Environment :: Console",
"Topic :: Internet",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: 0.82.4.dev-beta
current_version: 0.82.5.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.74.5, 0.75.1, 0.76.2, 0.77.0, 0.78.0, 0.79.1, 0.80.9, 0.81.8]
force_update:
Expand Down

0 comments on commit ca4ac91

Please sign in to comment.