diff --git a/ChangeLog b/ChangeLog index 2891dfd4..0cce9ac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24743,3 +24743,6 @@ 2024-05-02 Fred Gleason * Fixed a regression in 'RDWaveFile' that broke reading of start and end dates in files containing a 'scot' chunk. +2024-05-02 Fred Gleason + * Incremented the package version to 4.2.2 + * Incremented the Python API version to 4.2.2 diff --git a/NEWS b/NEWS index 0250d53a..32b59ce0 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.2.1int1 -- 29 April 2024 +v4.2.2 -- 2 May 2024 Changes: Bug fixes. See the ChangeLog. diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 820697e4..078bf8b7 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.2.1int1 \ No newline at end of file +4.2.2 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index d87edbfc..078bf8b7 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.2.1 \ No newline at end of file +4.2.2 \ No newline at end of file