Skip to content

Commit cedebb5

Browse files
committed
prepare release
1 parent 2ef3c5e commit cedebb5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

configure/BUILD.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BUILD_NUMBER=1
22
EPICS_BASE_VERSION=7.0.6
3-
BOOST_VERSION=1.76.0
4-
PVAPY_VERSION=3.1.0
3+
BOOST_VERSION=1.72.0
4+
PVAPY_VERSION=4.0.0
55
PVAPY_GIT_VERSION=master

documentation/RELEASE_NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release 3.2.0 (2021/MM/DD)
1+
## Release 4.0.0 (2021/08/12)
22

33
- disabled info printout for PvaServer unless the debug log level is
44
set to INFO (8) or DEBUG (16)
@@ -10,10 +10,10 @@
1010
- restricted numpy version to < 1.21 for conda and pip packages until
1111
boost python segfaults are resolved
1212
- added support for access security in the PvaServer class
13-
- fixed issues with timestamp processing in PyPvRecord class
13+
- fixed issue with timestamp processing in the PyPvRecord class
1414
- conda/pip package dependencies:
1515
- EPICS BASE = 7.0.6
16-
- BOOST = 1.76.0
16+
- BOOST = 1.72.0
1717
- NUMPY < 1.21
1818

1919
## Release 3.1.0 (2021/02/12)

documentation/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ def setup(app):
151151
# built documents.
152152
#
153153
# The short X.Y version.
154-
version = "3.1.0"
154+
version = "4.0.0"
155155
# The full version, including alpha/beta/rc tags.
156-
release = "3.1.0"
156+
release = "4.0.0"
157157

158158
# The language for content autogenerated by Sphinx. Refer to documentation
159159
# for a list of supported languages.

0 commit comments

Comments
 (0)