Skip to content

Commit

Permalink
Merge pull request #13 from Overseas-Student-Living/v0.5.0-rc
Browse files Browse the repository at this point in the history
release 0.5.0; add travis pypi deployment
  • Loading branch information
mattbennett authored Nov 15, 2017
2 parents 54b1f9f + e1e4fe5 commit 11a3c57
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ matrix:
- stage: test
python: 3.6
env: TOX_ENV=py36
- stage: deploy
script: skip
deploy:
provider: pypi
user: mattbennett
password:
secure: "wa1iW0oJeBQ10aSe6d67k6yD+vS76EILpsNdq9buM2U9CRNmf8MlUKMM0ydRJu+TvBHgOg923VWYMjrLZlpFx5v/Zrcxvwkxks9GMfhzRZEMJyWwtCibLFLWbpYwoHcSgP/rYEQz7/fCFdoWM0Eojlx8ekDzUXwMEw5zcyd3hfhD8sdT+LuC/YKNsCkRdIdRNxoG20a54TYHRirKZA+LTYWfGNmDItCX9Hp3mRXG9a8iGlXIDEbULvGycSd8Un+6VGLzK9Hww1HR314134Ve8uGpz0+bHMuK/VUWnzknOvEZqCVPSvyu94+oSuD9yDl0NAjM5aGX9FFMCVC/ulpZ0XIK5Ihnnvm5hOdwrM3KMmPciWwsEYvqlxohV22W9+PicedHL66g4BaqIO4UNkMtPHw6c17rdFr8YenwtS9M2MGqkRgD6Ps5sFJSxMJOqVJihMtRq87mpRbmFtlYk9LnteegwTfsAp24mtVOlybITlnM90NstxpXhV6xv0MhzE7qUxemKqy/CAT0PYDZonz7fZKEu6sR/Ko5hS7ADb0AR8jnvlKj8LriLCTCbbMoNw4edyuMdBYjgEuoEC0oJeAW6ElGyy+DAMIj863fl3clK6aBh6V+5UmoclNWumolzU2oAjW3HiH2wP3ujtePZMcxkQI4WBQTE9hyRoK6z1w+yp0="
on:
tags: true
repo: Overseas-Student-Living/sqlalchemy-filters
distributions: "sdist bdist_wheel"

script:
- tox -e $TOX_ENV
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ versions, where semantic versioning is used: *major.minor.patch*.

Backwards-compatible changes increment the minor version number only.

Version 0.5.0
-------------

Released 2017-11-15

* Adds support for queries against multiple models, e.g. joins.

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

setup(
name='sqlalchemy-filters',
version='0.4.0',
version='0.5.0',
description='A library to filter SQLAlchemy queries.',
long_description=readme,
author='Student.com',
Expand Down

0 comments on commit 11a3c57

Please sign in to comment.