Skip to content

Commit 716eb81

Browse files
committed
remove outdated link to travis CI, bump version to 1.12.4
1 parent 8f6de54 commit 716eb81

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
cysignals: interrupt and signal handling for Cython
22
===================================================
33

4-
.. image:: https://travis-ci.org/sagemath/cysignals.svg?branch=master
5-
:target: https://travis-ci.org/sagemath/cysignals
6-
74
.. image:: https://readthedocs.org/projects/cysignals/badge/?version=latest
8-
:target: http://cysignals.readthedocs.org
5+
:target: https://cysignals.readthedocs.org
96

107
Cython and interrupts
118
---------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "mesonpy"
44

55
[project]
66
name = "cysignals"
7-
version = "1.12.3"
7+
version = "1.12.4"
88
description = "Interrupt and signal handling for Cython"
99
license = { file = "LICENSE" }
1010
readme = { file = "README.rst", content-type = "text/x-rst" }

0 commit comments

Comments
 (0)