We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b24e66c + 513f247 commit dd6222eCopy full SHA for dd6222e
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
-0.1.2 - * Refactor to remove redundant top-level "pyrealpro" module
2
- * Check in missing `doc` directory
3
- * Add Changelog
+0.1.3 - Fix Song.ur() for Songs with no measures
+ - Fix package/module namespacing
+
4
+0.1.2 - Refactor to remove redundant top-level "pyrealpro" module
5
+ - Check in missing `doc` directory
6
+ - Add Changelog
7
8
0.1.1 - Fix package homepage URL
9
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="pyrealpro",
- version="0.1.2",
+ version="0.1.3",
author="Andy Chase",
10
author_email="andychase@gmail.com",
11
description="Tools for building iRealPro songs.",
0 commit comments