Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.4 #18

Merged
merged 7 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.0.4 (unreleased)
1.0.4 (2023-08-10)
------------------

- Compile 3.12 wheels.
Expand Down
17 changes: 8 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
twisted-iocpsupport
===================

.. image:: https://img.shields.io/github/workflow/status/twisted/twisted-iocpsupport/Build%20and%20upload%20to%20PyPI?label=GitHub%20Actions&logo=github
.. image:: https://img.shields.io/github/actions/workflow/status/twisted/twisted-iocpsupport/github-deploy.yml?branch=default
:alt: GitHub Actions
:target: https://github.com/twisted/twisted-iocpsupport/
.. image:: https://img.shields.io/pypi/v/twisted-iocpsupport?logo=pypi
Expand All @@ -14,12 +14,11 @@ Ports reactor.

This code was initially part of the core Twisted project. It was moved into a
separate repo in order to simplify the Twisted production deployment. As such,
issues are handled by the Twisted Trac Ticketing system
https://twistedmatrix.com/trac/search?q=iocp&noquickjump=1&ticket=on
Additionally, this package provides no compatability gurantees: All use must
be via the ``Twisted`` PyPI distribution and ``twisted`` Python package.
Applications must not depend on the ``twisted-iocpsupport`` PyPI distribution
directly. Applications must not import names from the ``twisted_iocpsupport``
issues are handled via the `twisted/twisted GitHub Issues system <https://github.com/twisted/twisted/issues?q=is%3Aopen+is%3Aissue+label%3Aiocpreactor>`_

Additionally, this package provides no compatability gurantees:
All use must be via the ``Twisted`` PyPI distribution and ``twisted`` Python package.
Applications must not depend on the ``twisted-iocpsupport`` PyPI distribution directly.
Applications must not import names from the ``twisted_iocpsupport``
package directly.
See https://twistedmatrix.com/documents/current/core/development/policy/compatibility-policy.html
for the Twisted Compatability Policy.
See the `Twisted Compatability Policy <https://docs.twisted.org/en/stable/development/compatibility-policy.html>`_ for more info.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = twisted-iocpsupport
version = 1.0.4.dev0
version = 1.0.4
description = An extension for use in the twisted I/O Completion Ports reactor.
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down