Skip to content

Commit

Permalink
bumping verson to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Shubernetskiy committed Jul 28, 2017
1 parent 647c72a commit 192a8bb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
History
-------

0.2.1 (2017-4-26)
0.2.2 (2017-07-28)
-----------------

* Fix bug related to default urlconf value.
* Excluding tests from being installed

0.2.1 (2017-04-26)
-----------------

* Fix bug related to default urlconf value.

0.2.0 (2017-04-26)
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(fname):
long_description='\n\n'.join([readme, history, authors, licence]),
url='https://github.com/dealertrack/django-subui-tests',
license='MIT',
packages=find_packages(exclude=['test', 'test.*']),
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=requirements,
test_suite='tests',
tests_require=test_requirements,
Expand Down
2 changes: 1 addition & 1 deletion subui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,5 @@ def test_login_and_edit(self):


__author__ = 'Miroslav Shubernetskiy'
__version__ = '0.2.1'
__version__ = '0.2.2'
__description__ = 'Framework to make workflow server integration test suites'

0 comments on commit 192a8bb

Please sign in to comment.