Skip to content

Commit

Permalink
Prepare for 0.1.3 release (#57)
Browse files Browse the repository at this point in the history
* Bump version: 0.1.2 → 0.1.3
  • Loading branch information
sjperkins authored and bennahugo committed Jul 23, 2019
1 parent a9b593c commit 724a848
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.1.3 (YYYY-MM-DD)
0.1.3 (2019-07-22)
------------------

* Use pytest-flake8 when running test cases (:pr:`56`)
Expand Down
11 changes: 3 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True
tag_name = {new_version}


[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:tricolour/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bdist_wheel]
universal = 1

[flake8]
exclude = docs

[aliases]
# Define setup.py command aliases here
test = pytest

[tool:pytest]
collect_ignore = ['setup.py']
norecursedirs = docs
norecursedirs = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
name='tricolour',
packages=find_packages(),
url='https://github.com/ska-sa/tricolour',
version="0.1.2",
version='0.1.3',
zip_safe=False,
)

0 comments on commit 724a848

Please sign in to comment.