diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index ca87954..60bb9a7 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,12 @@ Changelog ========= +1.4.6 (unreleased) +------------------ + +- Nothing changed yet. + + 1.4.5 (2024-04-15) ------------------ diff --git a/setup.py b/setup.py index 69199bd..72cfddc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os from setuptools import setup, find_packages -version = "1.4.5" +version = "1.4.6.dev0" setup( name="redturtle.bandi",