Skip to content

Commit

Permalink
chore: increase version to 1.5.12 for dependency updates (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 authored Oct 7, 2024
1 parent c27c118 commit 3bb3b5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Unreleased
**********
* Nothing unreleased

[1.5.12]
********
* chore: Increase version to 1.5.12 for dependency updates.

[1.5.11]
********
* chore: Increase version to 1.5.11 for dependency updates.
Expand Down
2 changes: 1 addition & 1 deletion openedx_ledger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
A library that records transactions against a ledger, denominated in units of value.
"""
__version__ = "1.5.10"
__version__ = "1.5.12"

0 comments on commit 3bb3b5e

Please sign in to comment.