Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Feb 5, 2025
1 parent 541eee0 commit 1768e5b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Unreleased

*

[2.0.1] - 2025-02-05
**********************************************

Changed
=======

* **Replaced `pkg_resources` with `importlib.resources`**
- `pkg_resources` (from `setuptools`) is deprecated and may be removed in future Python versions.
- Now using `importlib.resources`, the recommended alternative for managing package resources.
- This improves performance and ensures better compatibility with modern Python versions.

[2.0.0] - 2025-01-23
**********************************************

Expand Down
2 changes: 1 addition & 1 deletion flow_control/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Init for main Flow-Control XBlock
"""
from .flow import FlowCheckPointXblock
__version__ = '2.0.0'
__version__ = '2.0.1'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1
commit = True
tag = True

Expand Down

0 comments on commit 1768e5b

Please sign in to comment.