diff --git a/HISTORY.rst b/HISTORY.rst index 158ff16..f0eba2b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.3.4 (2024-06-18) +++++++++++++++++++ + +* Fix caching with multiple menus + 0.3.3 (2024-06-18) ++++++++++++++++++ diff --git a/docs/conf.py b/docs/conf.py index 8901972..3414d18 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'0.3.3' +version = u'0.3.4' # The full version, including alpha/beta/rc tags. -release = u'0.3.3' +release = u'0.3.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/lineup/__init__.py b/lineup/__init__.py index 80eb7f9..bfeb9e7 100644 --- a/lineup/__init__.py +++ b/lineup/__init__.py @@ -1 +1 @@ -__version__ = '0.3.3' +__version__ = '0.3.4' diff --git a/setup.cfg b/setup.cfg index 19c5c8a..5443347 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.4 [wheel] universal = 1