Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed May 9, 2017
1 parent 9d38c0a commit 8407b0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
[bumpversion]
current_version = 1.2.0
tag = True
commit = True

[aliases]
test=pytest
test = pytest

[tool:pytest]
testpaths = tests docs
python_files =
test_*.py
*_test.py
tests.py
pep8ignore =
resources.py E701

[bumpversion]
current_version = 1.1.0
tag = True
commit = True
python_files =
test_*.py
*_test.py
tests.py
pep8ignore =
resources.py E701

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='conference-scheduler',
version='1.1.0',
version='1.2.0',
packages=find_packages('src'),
package_dir={'': 'src'},
url='https://github.com/PyconUK/ConferenceScheduler',
Expand Down

0 comments on commit 8407b0b

Please sign in to comment.