Skip to content

Commit

Permalink
Prepare for 26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Sep 6, 2021
1 parent 77ea5cf commit e82eb22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 26.0.0
==============

- Support for MusicBrainz database schema 26.

Version 25.0.4
==============

Expand Down
2 changes: 1 addition & 1 deletion mbdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2013 Lukas Lalinsky
# Distributed under the MIT license, see the LICENSE file for details.

__version__ = "25.0.4"
__version__ = "26.0.0"

0 comments on commit e82eb22

Please sign in to comment.