From 423f5663c71d2af52132d7eff47e4cd72ed61524 Mon Sep 17 00:00:00 2001 From: ShambaC <38806897+ShambaC@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:39:43 +0530 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e89c71f..53cf5ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.0.1 +Another relase yay! +- Fixed model.summary() to actually show an output now +- Changed all docstrings to match google style +- Generated and added pydoctor docs to the repo + # v1.0.0.1 Very minor release. Made this scratch an itch. - Change logo in README from local to cdn. \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index d2f5ad8..d23cc49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ version = 1.0.1 author = ShambaC author_email = shambachowdhury2@gmail.com description = A fierce Tensorflow competitor -long_description = file: README.md, CHANGELOG.md, LICENSE +long_description = file: README.md, LICENSE long_description_content_type = text/markdown url = https://github.com/ShambaC/shamboflow project_urls =