Skip to content

Commit

Permalink
Merge branch 'release/v0.7.5'
Browse files Browse the repository at this point in the history
0.7.5 (2022-12-10)
------------------

* BugFix:
    * Add missing `location` argument on note_set (`issue#62`_)

.. _`issue#62`: #62
  • Loading branch information
Zepmanbc committed Dec 10, 2022
2 parents c55303c + ecfc864 commit 3646db2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

0.7.5 (2022-12-10)
------------------

* BugFix:
* Add missing `location` argument on note_set (`issue#62`_)

.. _`issue#62`: https://github.com/Zepmanbc/creopyson/issues/62

0.7.4 (2022-05-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion creopyson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Benjamin C."""
__email__ = "[email protected]"
__version__ = "0.7.4"
__version__ = "0.7.5"

from creopyson.connection import Client
from creopyson.objects import jlpoint
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.4
current_version = 0.7.5
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/Zepmanbc/creopyson",
version="0.7.4",
version="0.7.5",
zip_safe=False,
)

0 comments on commit 3646db2

Please sign in to comment.