diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b7a7c..ffab3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.105 (2022-06-05) +### Fix +* **hot-fix:** Base name int bug fixed ([`c373735`](https://github.com/Esukhia/pedurma/commit/c3737356f9eeea305a2f53975673c3e52a7d40ba)) + ## v0.1.104 (2022-06-03) ### Fix * **hot-fix:** Get base_meta update to handle basename in int ([`14755d5`](https://github.com/Esukhia/pedurma/commit/14755d551ec83bdca36e5203ba409dbc6e8387fd)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index d6b70bf..a2b2bfa 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.104" +__version__ = "0.1.105"