Skip to content

Commit

Permalink
Release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jul 23, 2020
1 parent fc8de4c commit 9184ded
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [2.7.2] - 2020-07-23
* Fix bug with memory in beams (@valeriyvan)

## [2.7.1] - 2020-05-22
* Fix bug with mensural clefs not displaying

Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.rism.verovio</groupId>
<artifactId>VerovioToolkit</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
<packaging>jar</packaging>

<name>VerovioToolkit</name>
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
)

setup(name='verovio',
version='2.7.1',
version='2.7.2',
url="www.verovio.org",
description="""A library and toolkit for engraving MEI music notation into SVG""",
ext_modules=[verovio_module],
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"identifier": "Verovio",
"name": "Verovio",
"description": "Verovio is a fast, portable and lightweight open-source library for engraving Music Encoding Initiative (MEI) music scores into SVG.",
"softwareVersion": "2.7.1",
"datePublished": "2020-05-22",
"softwareVersion": "2.7.2",
"datePublished": "2020-07-23",
"license": "https://www.gnu.org/licenses/lgpl-3.0",
"programmingLanguage": [{
"@type": "ComputerLanguage",
Expand Down
2 changes: 1 addition & 1 deletion emscripten/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verovio",
"version": "2.7.1",
"version": "2.7.2",
"description": "This is the stable version of the verovio package",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion include/vrv/vrvdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace vrv {

#define VERSION_MAJOR 2
#define VERSION_MINOR 7
#define VERSION_REVISION 1
#define VERSION_REVISION 2
// Adds "-dev" in the version number - should be set to false for releases
#define VERSION_DEV false

Expand Down

0 comments on commit 9184ded

Please sign in to comment.