diff --git a/NEWS.md b/NEWS.md index 2659a517..bdb3db6d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## Unreleased +`rsconnect-jupyter` 1.4.2 -------------------------------------------------------------------------------- * Added ability to hide all code cells when rendering Jupyter notebooks. * Added ability to selectively hide code cells tagged with 'hide_input' when rendering Jupyter notebooks. diff --git a/setup.cfg b/setup.cfg index 62d28b24..d22375cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ project_urls = [options] install_requires = - rsconnect-python>=1.5.4b1 + rsconnect-python>=1.5.4 notebook nbformat nbconvert>=5.6.1