File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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">
Original file line number Diff line number Diff line change 6464copyright = u'2018, Mahmoud Hashemi'
6565author = u'Mahmoud Hashemi'
6666
67- version = '19 .0'
68- release = '19 .0.0 '
67+ version = '20 .0'
68+ release = '20 .0.1 '
6969
7070if os .name != 'nt' :
7171 today_fmt = '%B %d, %Y'
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments