Skip to content

Commit ac74527

Browse files
authored
Merge branch 'master' into sphinx3
2 parents 956c207 + 00ec552 commit ac74527

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Hyperlink Changelog
22

3-
## dev (not yet released)
3+
## 20.0.1
4+
5+
*(August 4, 2020)*
6+
7+
Rerelease to fix packaging metadata around conditional requirements.
8+
See [issue #133](https://github.com/python-hyper/hyperlink/issues/133)
9+
for more details.
10+
11+
## 20.0.0
12+
13+
*(August 3, 2020)*
414

515
* CPython 3.7 and 3.8 and PyPy3 added to test matrix
616
* Hyperlink now has type hints and they are now exported per

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat" alt="Documentation">
77
</a>
88
<a href="https://pypi.org/project/hyperlink/">
9-
<img src="https://img.shields.io/pypi/v/boltons.svg" alt="PyPI">
9+
<img src="https://img.shields.io/pypi/v/hyperlink.svg" alt="PyPI">
1010
</a>
1111
<a href="http://calver.org">
1212
<img src="https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg" alt="Calendar Versioning">

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
copyright = u'2018, Mahmoud Hashemi'
6565
author = u'Mahmoud Hashemi'
6666

67-
version = '19.0'
68-
release = '19.0.0'
67+
version = '20.0'
68+
release = '20.0.1'
6969

7070
if os.name != 'nt':
7171
today_fmt = '%B %d, %Y'

setup.py

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

1212

1313
__author__ = "Mahmoud Hashemi and Glyph Lefkowitz"
14-
__version__ = "19.0.1dev"
14+
__version__ = "20.0.2dev"
1515
__contact__ = "mahmoud@hatnote.com"
1616
__url__ = "https://github.com/python-hyper/hyperlink"
1717
__license__ = "MIT"

0 commit comments

Comments
 (0)