Skip to content

Commit

Permalink
docs: update python classifiers in setup file (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Apr 12, 2024
1 parent bf1f702 commit 664725f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ Change Log
Unreleased
----------

[1.8.1] - 2024-04-12
--------------------

Changed
~~~~~~~

* Updated Python classifiers to include Python 3.11.

[1.8.0] - 2024-04-11
--------------------

Added
~~~~~
Expand Down
2 changes: 1 addition & 1 deletion openedx_filters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""
from openedx_filters.filters import *

__version__ = "1.8.0"
__version__ = "1.8.1"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,6 @@ def is_requirement(line):
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.11",
],
)

0 comments on commit 664725f

Please sign in to comment.