Skip to content

Commit ddb00e7

Browse files
committed
Introduction of 1.5.0
1 parent d8007c2 commit ddb00e7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## The tool to convert domains to the famous IDNA format.
44

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

77
The objective of this project is to provide a tool for list or hosts file maintainer that can convertible domain to the Punycode/IDNA format.
88

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ The tool to convert domains to the famous IDNA format.
44

55
|Build Status| |Coverage Status| |license| |GitHub release| |Code style: black|
66

7-
.. |Build Status| image:: https://travis-ci.com/funilrys/domain2idna.svg?branch=dev
7+
.. |Build Status| image:: https://travis-ci.com/funilrys/domain2idna.svg?branch=master
88
:target: https://travis-ci.com/funilrys/domain2idna
9-
.. |Coverage Status| image:: https://coveralls.io/repos/github/funilrys/domain2idna/badge.svg?branch=dev
10-
:target: https://coveralls.io/github/funilrys/domain2idna?branch=dev
9+
.. |Coverage Status| image:: https://coveralls.io/repos/github/funilrys/domain2idna/badge.svg?branch=master
10+
:target: https://coveralls.io/github/funilrys/domain2idna?branch=master
1111
.. |license| image:: https://img.shields.io/github/license/funilrys/domain2idna.svg
12-
:target: https://github.com/funilrys/domain2idna/blob/dev/LICENSE
12+
:target: https://github.com/funilrys/domain2idna/blob/master/LICENSE
1313
.. |GitHub release| image:: https://img.shields.io/github/release/funilrys/domain2idna.svg
1414
:target: https://github.com/funilrys/domain2idna/releases/latest
1515
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg

domain2idna/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
from .core import Core
5454
from .helpers import File
5555

56-
VERSION = "1.4.1"
56+
VERSION = "1.5.0"
5757

5858

5959
def get(domain_to_convert):

0 commit comments

Comments
 (0)