Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Mar 23, 2024
1 parent d58f9c5 commit d191030
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"full_name": "sphinxnotes-lilypond",
"author": "Shengyu Zhang",
"description": "Sphinx extension for embedding LilyPond scores",
"version": "2.0.0",
"version": "2.1",
"github_owner": "sphinx-notes",
"github_repo": "lilypond",
"pypi_name": "sphinxnotes-lilypond",
Expand Down
11 changes: 9 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ Change Log
Version 2.x
-----------

.. version:: 2.1.0 (draft)
:date: 2024-01-xx
.. version:: 2.1
:date: 2024-03-23

- Support :example:`Playable Inline Score` (:pull:`39`)
- Update jianpu-ly submodule to v1.75
- Document improvements

.. version:: 2.0.1
:date: 2023-08-19

- Compat with Sphinx 7.2's changes

.. version:: 2.0.0
:date: 2023-08-18
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
copyright = "2023, " + author

# The full version, including alpha/beta/rc tags
version = release = '2.0.0'
version = release = '2.1'

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit d191030

Please sign in to comment.