From 215b896cb9446d2653164205d89ca4e5b0f005cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trevor=20Ba=C4=8Da?= Date: Sat, 24 Sep 2022 16:08:45 -0400 Subject: [PATCH] Bumped to Abjad 3.13. --- README.rst | 4 ++-- abjad/_version.py | 2 +- docs/source/conf.py | 2 +- setup.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 74fc8e2fc79..2a60a800453 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Abjad 3.12 +Abjad 3.13 ========== Abjad helps composers build up complex pieces of music notation in iterative and @@ -42,7 +42,7 @@ Make sure LilyPond is callable from the commandline: .. code-block:: $ lilypond --version - GNU LilyPond 2.23.12 + GNU LilyPond 2.23.13 Copyright (c) 1996--2022 by Han-Wen Nienhuys diff --git a/abjad/_version.py b/abjad/_version.py index 30ae757eeb3..0572c2c1c52 100644 --- a/abjad/_version.py +++ b/abjad/_version.py @@ -1,3 +1,3 @@ -__version_info__ = (3, 12) +__version_info__ = (3, 13) __version__ = ".".join(str(_) for _ in __version_info__[:2]) __version__ += "".join(__version_info__[2:]) diff --git a/docs/source/conf.py b/docs/source/conf.py index 134f66b0fa7..5e2e30bff1f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -39,7 +39,7 @@ # navigation_depth=1 makes sidebar completely flat; # leave flat navigation in place forever: "navigation_depth": 1, - "style_nav_header_background": "#66cc22", + "style_nav_header_background": "#77ee55", } html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] project = "Abjad" diff --git a/setup.py b/setup.py index 73140955010..7499c54e866 100755 --- a/setup.py +++ b/setup.py @@ -60,8 +60,8 @@ ] extras_require = { - "nauert": ["abjad-ext-nauert>=3.12"], - "rmakers": ["abjad-ext-rmakers>=3.12"], + "nauert": ["abjad-ext-nauert>=3.13"], + "rmakers": ["abjad-ext-rmakers>=3.13"], } keywords = [