From 29d633bab4f93a02262ab796e266f626d395e9af Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Sun, 7 Nov 2021 21:24:39 +0800 Subject: [PATCH] Bump version --- doc/index.rst | 2 +- sphinxnotes/lilypond/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 5557af9..c1e5c3a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -319,7 +319,7 @@ Control Bar at the Top Chang Log ========= -2021-11-XX 1.3 +2021-11-07 1.3 -------------- - Add ``controls`` flag for specifing the position of the control bar diff --git a/sphinxnotes/lilypond/__init__.py b/sphinxnotes/lilypond/__init__.py index 56bf094..693130e 100644 --- a/sphinxnotes/lilypond/__init__.py +++ b/sphinxnotes/lilypond/__init__.py @@ -28,7 +28,7 @@ __title__= 'sphinxnotes-lilypond' __license__ = 'BSD' -__version__ = '1.2' +__version__ = '1.3' __author__ = 'Shengyu Zhang' __url__ = 'https://sphinx-notes.github.io/lilypond' __description__ = 'Sphinx extension for Lilypond'