From cc24eda304f602d13232e41ca0c9893f5fe1a376 Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Thu, 29 Jun 2023 15:21:50 +0530 Subject: [PATCH] release --- CHANGELOG.md | 15 +++++++++++++++ nbdev_mkdocs/__init__.py | 2 +- settings.ini | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d273c4..657b2e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## 0.6.0 + + +### New Features + +- Support for Python 3.7 has been removed. + + +### Bugs Squashed + +- Add correct URL to mkdocs config file when executing the social image generate CLI command ([#202](https://github.com/airtai/nbdev-mkdocs/pull/202)), thanks to [@harishmohanraj](https://github.com/harishmohanraj) + +- Fix docs build failure on Windows ([#194](https://github.com/airtai/nbdev-mkdocs/pull/194)), thanks to [@harishmohanraj](https://github.com/harishmohanraj) + + ## 0.5.1 diff --git a/nbdev_mkdocs/__init__.py b/nbdev_mkdocs/__init__.py index a57ea752..906d362f 100644 --- a/nbdev_mkdocs/__init__.py +++ b/nbdev_mkdocs/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0rc0" +__version__ = "0.6.0" diff --git a/settings.ini b/settings.ini index 980ff5b0..7341c9f0 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = nbdev-mkdocs lib_name = %(repo)s -version = 0.6.0rc0 +version = 0.6.0 min_python = 3.8 license = apache2