Skip to content

Commit

Permalink
Bumped to Abjad 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Sep 24, 2022
1 parent c2026ec commit 215b896
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Abjad 3.12
Abjad 3.13
==========

Abjad helps composers build up complex pieces of music notation in iterative and
Expand Down Expand Up @@ -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 <hanwen@xs4all.nl>
Expand Down
2 changes: 1 addition & 1 deletion abjad/_version.py
Original file line number Diff line number Diff line change
@@ -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:])
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 215b896

Please sign in to comment.