diff --git a/DESCRIPTION b/DESCRIPTION index 5881248e..0d60a495 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fable Title: Forecasting Models for Tidy Time Series -Version: 0.3.2.9000 +Version: 0.3.3 Description: Provides a collection of commonly used univariate and multivariate time series forecasting models including automatically selected exponential smoothing (ETS) and autoregressive integrated moving average (ARIMA) models. diff --git a/NEWS.md b/NEWS.md index 1ddc352a..11c0ae86 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# fable (development version) +# fable 0.3.3 Small patch to resolve CRAN check issues.