Skip to content

Commit

Permalink
Merge pull request #18 from twisted/release-1.0.4
Browse files Browse the repository at this point in the history
Release 1.0.4
  • Loading branch information
adiroiban committed Aug 10, 2023
2 parents 9f9fc36 + d9706a3 commit 3615ed0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
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

0 comments on commit 3615ed0

Please sign in to comment.