Skip to content

Commit

Permalink
Closes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantint committed Oct 23, 2015
1 parent 153097c commit 7c1d1c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.txt
@@ -1,3 +1,8 @@
Version 0.11.1
--------------

- Fixes issue #24

Version 0.11
------------

Expand Down Expand Up @@ -66,4 +71,4 @@ Version 0.2
Version 0.1
-----------

- Initial version, three-circle area-weighted venn diagrams.
- Initial version, three-circle area-weighted venn diagrams.
7 changes: 1 addition & 6 deletions setup.py
Expand Up @@ -16,17 +16,12 @@


class PyTest(TestCommand):
def finalize_options(self):
TestCommand.finalize_options(self)
self.test_args = []
self.test_suite = True

def run_tests(self):
import sys
import pytest # import here, cause outside the eggs aren't loaded
sys.exit(pytest.main(self.test_args))

version = '0.11'
version = '0.11.1'

setup(name='matplotlib-venn',
version=version,
Expand Down

0 comments on commit 7c1d1c8

Please sign in to comment.