Skip to content

Commit 6d6c5a9

Browse files
committed
remove pkg_resources, release 4.5.7+atl.8.5
1 parent 0c147ba commit 6d6c5a9

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

ckeditor/__init__.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
import pkg_resources
1+
from .json_types import JSCode
22

3-
try:
4-
__version__ = pkg_resources.get_distribution('django-ckeditor').version
5-
except pkg_resources.DistributionNotFound:
6-
__version__ = None
3+
__all__ = ("JSCode",)
74

8-
from .json_types import JSCode
5+
__version__ = "4.5.7"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[egg_info]
2-
tag_build = +atl.8.4
2+
tag_build = +atl.8.5
33
tag_date = false
44

55
[tool:pytest]

0 commit comments

Comments
 (0)