Skip to content

Commit

Permalink
fix: update modernisers (#482)
Browse files Browse the repository at this point in the history
* fix: update modernisers

* docs: bump package version
  • Loading branch information
UsamaSadiq authored Feb 22, 2024
1 parent 07a5239 commit dc3e7f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion edx_repo_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '0.8.4'
__version__ = '0.8.5'
1 change: 1 addition & 0 deletions edx_repo_tools/codemods/python312/gh_actions_modernizer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Github Actions CI Modernizer to add Python 3.12 and drop Django 3.2 testing
"""
import os
from copy import deepcopy
import click
from edx_repo_tools.utils import YamlLoader
Expand Down
1 change: 1 addition & 0 deletions edx_repo_tools/codemods/python312/tox_modernizer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import io
import os
import re
from configparser import ConfigParser, NoSectionError

Expand Down

0 comments on commit dc3e7f1

Please sign in to comment.