Skip to content

Commit

Permalink
Merge pull request #133 from openedx/zshkoor/envlist42
Browse files Browse the repository at this point in the history
fix: env42 added
  • Loading branch information
zubairshakoorarbisoft authored Aug 3, 2023
2 parents 40e92d8 + 2dbdaef commit c3a9831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from . import config

__version__ = '1.1.0'
__version__ = '1.1.1'


class Runner:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38-django{32,40}, quality
envlist = py38-django{32,42}, quality

[pytest]
addopts = --cov=tests --cov-report term --cov-config=.coveragerc -p no:randomly
Expand Down

0 comments on commit c3a9831

Please sign in to comment.