From bbbf492010315b23cd846d0bcfc5be8975c0d43a Mon Sep 17 00:00:00 2001 From: Ivo Hanak Date: Wed, 18 Oct 2023 10:04:40 +0200 Subject: [PATCH] Added a test commit --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 787c59c5..da2fa587 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,14 @@ PyEpics: Epics Channel Access for Python ================================ +THIS IS A PULL-REQUEST TEST + .. image:: https://github.com/pyepics/pyepics/actions/workflows/test-with-conda.yml/badge.svg :target: https://github.com/pyepics/pyepics/actions/workflows/test-with-conda.yml/ .. image:: https://codecov.io/gh/pyepics/pyepics/branch/master/graph/badge.svg :target: https://codecov.io/gh/pyepics/pyepics - + .. image:: https://img.shields.io/pypi/v/pyepics.svg :target: https://pypi.org/project/pyepics @@ -115,7 +117,7 @@ Python PV object, which provides a natural way to interact with EPICS. 3.14 >>> pv.put(2.71) - + Channel Access features that are included here: * user callbacks - user-supplied Python function(s) that are run when a PV's