Skip to content

Commit

Permalink
Bump version: 1.3.5 → 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Apr 13, 2017
1 parent 666f0b5 commit b894dcb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**Dev**
**1.3.6**
- Add a version option for scripts (based on pbxplore.__version__)
- update doc for installation and configuration
- Fix weblogo compatibility
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.3.5
current_version = 1.3.6
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda/pbxplore/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: pbxplore
version: "1.3.5"
version: "1.3.6"

source:
git_url: https://github.com/pierrepo/PBxplore.git
git_rev: v1.3.5
git_rev: v1.3.6

build:
entry_points:
Expand Down
2 changes: 1 addition & 1 deletion pbxplore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See :func:`pbxplore.assignment.assign`
"""

__version__ = "1.3.5"
__version__ = "1.3.6"

from .structure.loader import *
from .assignment import assign
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Version number must be in sync with the one in pbxplore/__init__.py
setup(
name='pbxplore',
version='1.3.5',
version='1.3.6',

description="PBxplore is a suite of tools dedicated to Protein Block analysis.",
long_description=readme,
Expand Down

0 comments on commit b894dcb

Please sign in to comment.