Skip to content

Commit d8b7e2b

Browse files
committed
Version bump
1 parent 379e715 commit d8b7e2b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
99
Unreleased_
1010
-----------
1111

12+
Nothing yet
13+
14+
15+
3.1_ - 2021-07-07
16+
-----------------
17+
1218
Added:
1319

1420
- PVA support to the IOC #17
@@ -61,7 +67,8 @@ Added:
6167
Last release as an EPICS module rather than a Python package
6268

6369

64-
.. _Unreleased: https://github.com/dls-controls/pythonIoc/compare/3.0...HEAD
70+
.. _Unreleased: https://github.com/dls-controls/pythonIoc/compare/3.1...HEAD
71+
.. _3.1: https://github.com/dls-controls/pythonIoc/compare/3.0...3.1
6572
.. _3.0: https://github.com/dls-controls/pythonIoc/compare/3.0b2...3.0
6673
.. _3.0b2: https://github.com/dls-controls/pythonIoc/compare/3.0b1...3.0b2
6774
.. _3.0b1: https://github.com/dls-controls/pythonIoc/compare/2-16...3.0b1

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pythonIoc
77
This module allows an EPICS IOC with Python Device Support to be run from within
88
the Python interpreter. Records can be programmatically created and arbitrary
99
Python code run to update them and respond to caputs. It supports cothread and
10-
asyncio for concurrency.
10+
asyncio for concurrency. PVs are served over Channel Access and PVAccess.
1111

1212
============== ==============================================================
1313
PyPI ``pip install softioc``

0 commit comments

Comments
 (0)