File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ There are other functions to discover. Read on!
112
112
.. |docs | image :: https://readthedocs.org/projects/python-semver/badge/?version=latest
113
113
:target: http://python-semver.readthedocs.io/en/latest/?badge=latest
114
114
:alt: Documentation Status
115
- .. _semantic versioning : http ://semver.org/
115
+ .. _semantic versioning : https ://semver.org/
116
116
.. |black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
117
117
:target: https://github.com/psf/black
118
118
:alt: Black Formatter
Original file line number Diff line number Diff line change @@ -121,4 +121,4 @@ Ubuntu
121
121
$ sudo apt-get install python3-semver
122
122
123
123
124
- .. _semantic versioning : http ://semver.org/
124
+ .. _semantic versioning : https ://semver.org/
Original file line number Diff line number Diff line change 6
6
[metadata]
7
7
name = semver
8
8
version = attr: semver.__about__.__version__
9
- description = Python helper for Semantic Versioning (http ://semver.org)
9
+ description = Python helper for Semantic Versioning (https ://semver.org)
10
10
long_description = file: README.rst
11
11
long_description_content_type = text/x-rst
12
12
author = Kostiantyn Rybnikov
Original file line number Diff line number Diff line change 31
31
__maintainer_email__ = "s.celles@gmail.com"
32
32
33
33
#: Short description about semver
34
- __description__ = "Python helper for Semantic Versioning (http ://semver.org)"
34
+ __description__ = "Python helper for Semantic Versioning (https ://semver.org)"
35
35
36
36
#: Supported semver specification
37
37
SEMVER_SPEC_VERSION = "2.0.0"
You can’t perform that action at this time.
0 commit comments