Skip to content

Commit

Permalink
Bumped to Abjad 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Sep 22, 2022
1 parent 2866fe1 commit b644e48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.11
Abjad 3.12
==========

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, 11)
__version_info__ = (3, 12)
__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": "#55aaff",
"style_nav_header_background": "#66cc22",
}
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
project = "Abjad"
Expand Down
12 changes: 6 additions & 6 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.11"],
"rmakers": ["abjad-ext-rmakers>=3.11"],
"nauert": ["abjad-ext-nauert>=3.12"],
"rmakers": ["abjad-ext-rmakers>=3.12"],
}

keywords = [
Expand All @@ -71,17 +71,17 @@
]

install_requires = [
"black>=22.1.0",
"flake8>=4.0.1",
"black>=22.8.0",
"flake8>=5.0.4",
"isort>=5.10.1",
"mypy>=0.971",
"ply>=3.11",
"pytest>=6.2.5",
"pytest>=7.1.3",
"pytest-cov>=3.0.0",
"pytest-helpers-namespace>=2021.12.29",
"quicktions>=1.13",
"roman>=1.4",
"sphinx-autodoc-typehints>=1.16.0",
"sphinx-autodoc-typehints>=1.19.2",
"sphinx-rtd-theme>=1.0.0",
"uqbar>=0.6.3",
]
Expand Down

0 comments on commit b644e48

Please sign in to comment.