From d983d1a14d1f7a2de93dc2131254f59b5b5b58ab Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Thu, 1 Jun 2023 14:52:05 +0530 Subject: [PATCH] release --- CHANGELOG.md | 10 ++++++++++ nbdev_mkdocs/__init__.py | 2 +- settings.ini | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f07f8465..06d273c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## 0.5.1 + + +### Bugs Squashed + +- Fix the misalignment of class methods in the documentation ([#186](https://github.com/airtai/nbdev-mkdocs/pull/186)), thanks to [@harishmohanraj](https://github.com/harishmohanraj) +- Fix build failures when the repository and exported library names differ ([#184](https://github.com/airtai/nbdev-mkdocs/pull/184)), thanks to +[@harishmohanraj](https://github.com/harishmohanraj) + + ## 0.5.0 ### New Features diff --git a/nbdev_mkdocs/__init__.py b/nbdev_mkdocs/__init__.py index 7822711b..dd9b22cc 100644 --- a/nbdev_mkdocs/__init__.py +++ b/nbdev_mkdocs/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1rc0" +__version__ = "0.5.1" diff --git a/settings.ini b/settings.ini index 7b1ee676..e965f284 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = nbdev-mkdocs lib_name = %(repo)s -version = 0.5.1rc0 +version = 0.5.1 min_python = 3.7 license = apache2