Skip to content

Commit

Permalink
Merge pull request #39 from A5rocks/post-release-fixes
Browse files Browse the repository at this point in the history
Post release fixes
  • Loading branch information
A5rocks authored Oct 23, 2023
2 parents 645758d + 1bcda1c commit c803e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Outcome 1.3.0 (2023-10-17)
Features
~~~~~~~~

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

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
project_urls={
"Documentation": "https://outcome.readthedocs.io/en/latest/",
"Chat": "https://gitter.im/python-trio/general",
"Changelog": "https://outcome.readthedocs.io/en/latest/history.html",
},
long_description=LONG_DESC,
long_description_content_type='text/x-rst',
Expand Down Expand Up @@ -44,5 +45,6 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Typing :: Typed',
],
)

0 comments on commit c803e74

Please sign in to comment.