Skip to content

Commit c803e74

Browse files
authored
Merge pull request #39 from A5rocks/post-release-fixes
Post release fixes
2 parents 645758d + 1bcda1c commit c803e74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Outcome 1.3.0 (2023-10-17)
1111
Features
1212
~~~~~~~~
1313

14-
- Added type hints to the package. :py:class:`Value` and :py:class`Outcome` are now generic.
14+
- Added type hints to the package. :py:class:`Value` and :py:class:`Outcome` are now generic.
1515
A type alias was also added (:py:data:`Maybe`) for the union of :py:class:`Value`
1616
and :py:class:`Error`. (`#36 <https://github.com/python-trio/outcome/issues/36>`__)
1717

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
project_urls={
1818
"Documentation": "https://outcome.readthedocs.io/en/latest/",
1919
"Chat": "https://gitter.im/python-trio/general",
20+
"Changelog": "https://outcome.readthedocs.io/en/latest/history.html",
2021
},
2122
long_description=LONG_DESC,
2223
long_description_content_type='text/x-rst',
@@ -44,5 +45,6 @@
4445
'Programming Language :: Python :: 3.10',
4546
'Programming Language :: Python :: Implementation :: CPython',
4647
'Programming Language :: Python :: Implementation :: PyPy',
48+
'Typing :: Typed',
4749
],
4850
)

0 commit comments

Comments
 (0)