Skip to content

Commit bc16ed1

Browse files
committed
Increment version to 2.1.0
1 parent 7488c94 commit bc16ed1

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

beets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import confuse
1919

20-
__version__ = "2.0.0"
20+
__version__ = "2.1.0"
2121
__author__ = "Adrian Sampson <[email protected]>"
2222

2323

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Changelog goes here! Please add your entry to the bottom of one of the lists bel
66
Unreleased
77
----------
88

9+
New features:
10+
Bug fixes:
11+
For packagers:
12+
Other changes:
13+
14+
2.1.0 (November 22, 2024)
15+
-------------------------
16+
917
New features:
1018

1119
* New template function added: ``%capitalize``. Converts the first letter of

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
project = "beets"
1212
copyright = "2016, Adrian Sampson"
1313

14-
version = "2.0"
15-
release = "2.0.0"
14+
version = "2.1"
15+
release = "2.1.0"
1616

1717
pygments_style = "sphinx"
1818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "beets"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "music tagger and library organizer"
55
authors = ["Adrian Sampson <[email protected]>"]
66
maintainers = ["Serene-Arc"]

0 commit comments

Comments
 (0)