Skip to content

Commit

Permalink
Bump version: 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Mar 8, 2019
1 parent 1f694b0 commit ab007da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "autoclasswrapper (v1.4.0): A Python wrapper for AutoClass C classification",
"title": "autoclasswrapper (v1.4.1): A Python wrapper for AutoClass C classification",
"creators": [{
"name": "Poulain, Pierre",
"orcid": "0000-0003-4177-3619"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
**Dev**

**1.4.1**
- Rename marker files to autoclass-run-success and autoclass-run-failure

**1.4.0**
Expand Down
2 changes: 1 addition & 1 deletion autoclasswrapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""autoclasswrapper: Python wrapper for AutoClass clustering."""

__version__ = "1.4.0"
__version__ = "1.4.1"
__copyright__ = "Copyright 2018 Pierre Poulain"

import logging
Expand Down
2 changes: 1 addition & 1 deletion devtools/bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.4.0
current_version = 1.4.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AutoClassWrapper documentation
==============================

Version 1.4.0
Version 1.4.1

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit ab007da

Please sign in to comment.