Skip to content

Commit

Permalink
chore: Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Feb 6, 2024
1 parent 139bfe7 commit 1ad88ae
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.3.3]
*******
* Upgrade requirements

[1.3.2]
*******
* Fixing a kwarg typo
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.3.2"
__version__ = "1.3.3"

0 comments on commit 1ad88ae

Please sign in to comment.