Skip to content

Commit

Permalink
Bump version and enable auto deployment from stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic committed May 21, 2019
1 parent 4a686bd commit 7f54948
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
cache: pip

matrix:
include:
include:
- env: TOXENV=py34-dj111-wt2
sudo: false
dist: trusty
Expand Down Expand Up @@ -42,7 +42,7 @@ install:
script:
- tox

after_success:
after_success:
- codecov

deploy:
Expand All @@ -52,6 +52,6 @@ deploy:
password: ${PYPI_PASSWORD}
on:
tags: true
branch: master
branch: stable/2.13.x
repo: rkhleics/wagtailmenus
condition: "$TOXENV = py37-dj21-wt24"
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (2, 13, 0, 'final', 0)
VERSION = (2, 13, 1, 'final', 0)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 7f54948

Please sign in to comment.