From 45326e0cfec321262b291e2908d2d809697f7bf8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 Dec 2021 05:40:04 +0000 Subject: [PATCH] 0.1.72 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pedurma/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f79e79..2cdae45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.72 (2021-12-30) +### Fix +* **note_page:** Note page return in list ([`cbc8355`](https://github.com/Esukhia/pedurma/commit/cbc8355d080a59764091bbf5cc7f9e6892c64ce9)) + ## v0.1.71 (2021-12-29) ### Fix * **note:** Get pecha id update for note ref update ([`7dee116`](https://github.com/Esukhia/pedurma/commit/7dee116bbf760c36df4245f8ffb247bd0cad0890)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index f097f30..823cb94 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.71" +__version__ = "0.1.72"