Skip to content

Commit

Permalink
Bumped to Abjad 3.18. (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca authored Jun 1, 2023
1 parent 49203d4 commit 9caf919
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Abjad 3.17
Abjad 3.18
==========

Abjad helps composers build up complex pieces of music notation in iterative and
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, 17)
__version_info__ = (3, 18)
__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 @@ -36,7 +36,7 @@
# navigation_depth=1 makes sidebar completely flat;
# leave flat navigation in place forever:
"navigation_depth": 1,
"style_nav_header_background": "#bb6611",
"style_nav_header_background": "#cc8844",
}
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
project = "Abjad"
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ def check_python_version(abjad_version):
]

extras_require = {
"nauert": ["abjad-ext-nauert>=3.17"],
"rmakers": ["abjad-ext-rmakers>=3.17"],
"nauert": ["abjad-ext-nauert>=3.18"],
"rmakers": ["abjad-ext-rmakers>=3.18"],
"dev": [
"black>=23.3.0",
"flake8>=6.0.0",
"isort>=5.12.0",
"mypy>=1.2.0",
"mypy>=1.3.0",
"pytest>=7.3.1",
"pytest-cov>=4.0.0",
"pytest-cov>=4.1.0",
"pytest-helpers-namespace>=2021.12.29",
"sphinx-autodoc-typehints>=1.23.0",
"sphinx-rtd-theme>=1.0.0",
Expand Down

0 comments on commit 9caf919

Please sign in to comment.