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 31, 2024
1 parent 9c4750f commit a466fb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.1",
"version": "2.2",
"github_owner": "sphinx-notes",
"github_repo": "lilypond",
"pypi_name": "sphinxnotes-lilypond",
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Change Log
Version 2.x
-----------

.. version:: 2.2
:date: 2024-03-31

- Fix broken PyPI package

.. version:: 2.1
:date: 2024-03-23

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.1'
version = release = '2.2'

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

Expand Down

0 comments on commit a466fb2

Please sign in to comment.