Skip to content

Commit 14642cd

Browse files
authored
chore: version bump
1 parent 6783e69 commit 14642cd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Unreleased
1515
**********
1616
* Nothing unreleased
1717

18+
[1.7.3]
19+
********
20+
* chore: change the cron schedule to run on friday instead of monday
21+
1822
[1.7.2]
1923
********
2024
* build: upgrade pip-tools to version 7.5.3

openedx_ledger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
A library that records transactions against a ledger, denominated in units of value.
33
"""
4-
__version__ = "1.7.2"
4+
__version__ = "1.7.3"

0 commit comments

Comments
 (0)