Skip to content

Commit

Permalink
build: Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maari Tamm committed Jan 3, 2025
1 parent 882e50e commit b3df0d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = build: Version {new_version}
current_version = 3.1.0
current_version = 3.2.0

[bumpversion:file:CHANGELOG.md]
search = Unreleased
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## Version 3.2.0 (2025-01-03)

* [Enhancement] Support Tutor 19 and Open edX Sumac.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ appropriate one:
| Palm | `>=16.0, <17` | `quince` | `>=2.2.0, <3` |
| Quince | `>=17.0, <18` | `quince` | `>=2.3.0, <3` |
| Redwood | `>=18.0, <19` | `main` | `>=3` |
| Sumac | `>=19.0, <20` | `main` | `>=3.1.0` |
| Sumac | `>=19.0, <20` | `main` | `>=3.2.0` |

[^1]: For Open edX Maple and Tutor 13, you must run version 13.2.0 or
 later. That is because this plugin uses the Tutor v1 plugin API,
Expand All @@ -35,7 +35,7 @@ appropriate one:

## Installation

pip install git+https://github.com/hastexo/tutor-contrib-enrollmentreports@v3.1.0
pip install git+https://github.com/hastexo/tutor-contrib-enrollmentreports@v3.2.0

## Usage

Expand Down

0 comments on commit b3df0d1

Please sign in to comment.