Skip to content

Commit b2669d3

Browse files
authored
fix: version bump
1 parent 2f9e1e1 commit b2669d3

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Change Log
3232
Unreleased
3333
----------
3434

35-
[2.1.0] - 2025-04-23
3635

3736
Added
3837
~~~~~
@@ -44,6 +43,21 @@ See the fragment files in the `changelog.d directory`_.
4443
.. _changelog.d directory: https://github.com/openedx/openedx-filters/tree/master/changelog.d
4544
.. scriv-insert-here
4645
46+
[3.1.0] - 2025-04-06
47+
--------------------
48+
49+
Changed
50+
~~~~~~~
51+
52+
* Added AccountSettingsReadOnlyFieldsRequested filter
53+
54+
[3.0.0] - 2025-03-19
55+
--------------------
56+
57+
Changed
58+
~~~~~~~
59+
60+
* Dropped Python 3.11 support
4761

4862
[2.0.1] - 2025-02-18
4963
--------------------

openedx_filters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44
from openedx_filters.filters import *
55

6-
__version__ = "3.0.0"
6+
__version__ = "3.1.0"

0 commit comments

Comments
 (0)