Skip to content

Commit

Permalink
version 1.3.0.a5
Browse files Browse the repository at this point in the history
had to remove tracemalloc (was debug only)
  • Loading branch information
jheld committed Aug 7, 2020
1 parent ed99e2c commit 2bec0fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions easyaudit/tests/test_app/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
TEST_ADMIN_EMAIL = '[email protected]'
TEST_ADMIN_PASSWORD = 'password'

import tracemalloc

tracemalloc.start()


@override_settings(TEST=True)
class TestDjangoCompat(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-easy-audit',
version='1.3.0a4',
version='1.3.0a5',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 2bec0fd

Please sign in to comment.