Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sveseli committed Aug 14, 2021
1 parent 2ef3c5e commit cedebb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions configure/BUILD.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUILD_NUMBER=1
EPICS_BASE_VERSION=7.0.6
BOOST_VERSION=1.76.0
PVAPY_VERSION=3.1.0
BOOST_VERSION=1.72.0
PVAPY_VERSION=4.0.0
PVAPY_GIT_VERSION=master
6 changes: 3 additions & 3 deletions documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 3.2.0 (2021/MM/DD)
## Release 4.0.0 (2021/08/12)

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

## Release 3.1.0 (2021/02/12)
Expand Down
4 changes: 2 additions & 2 deletions documentation/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = "3.1.0"
version = "4.0.0"
# The full version, including alpha/beta/rc tags.
release = "3.1.0"
release = "4.0.0"

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

0 comments on commit cedebb5

Please sign in to comment.