Skip to content

Commit

Permalink
Bump version, update changelog, update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
hermansje committed Nov 5, 2018
1 parent 441c84e commit b9ed337
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
language: python
python:
- '3.5'

install: make install

script: make test

deploy:
provider: pypi
user: machow
user: datacamp
password:
secure: ftl6TM7i+58SoX8564VmMtI+sz9FOq39BHHXfMNdR0VgD4rHFfsJvv04sIfu4B8U+P2lu9bY0GkoxwIQiManjx5wh/D4dDdvhuPGIYo95R67H1KTUc71JNmIfY9uFZdjwBuK2rr9GInPGDAWNuuiT9XqcFklV19mow7KcdTrMMmBFXO66awfz+aMM+0uFo9VzE0QJrK8wuROsscxSokszLtQ16wgC/AL/J+V68voIA50PoxsZvwj9gOXeSMrdMtVWZsEXwUJGKG9K7cFfWKIuoyPmsvZh9KOYJa4k2STjqD7Ju+jDcir8VpKVA9byJ+IXAlKx6YwHkVHafJtinQO8DbiCGcZBcwYfHVMSQUKTNZm2tVYr698DrG4ikSLhxTJwHSHhXKSFASxL/sQsSG3ctErA2KbgcVIHVMFZvLV1lR64qeG9+SQNsijn9aD6ElC9bLpxAAxa+vtzlLWcGamZ7sEFVRY0e4V3KDdU+RRl77tPxrh9folOjxsGAmgTwm49rlQas/V9priDZEpvkMUMY0KWF0hJV7ldoh8HpzwWoYVAhjhtKsiEDXKpR6YfM9b1RrPpoEnzlwT2J5pxfFE4jrOaTUewjmdSNrI7ERbaxX3I6SujYROP/KboIvldhRiKC/21ymGIug2zX89bQDb6knyFkAPsJ4M/1OHUyc3M8M=
secure: rE8cZHdVr2ybXjXuoLoRTHMSsIg7fg8FP2Z8YWQR7wQtZmOkyAhvAotTrtIbqdPVEoxNOFG+yVSONX/h232RK/7EBCRP3fwAYAmGeukO/wyMYpY7kZBdq+EymJyRl2WdeOTPSNPe5EqDYoGqNfmJI1i4pF3vAEFzezylOI3yidS0w6l201XJLdAqVjA51yqkEoHpCoTy0w66vEHMsZzp07euFvWb0iC+/NuiePGJ0o+UJH835pScRguN+pk7KyZ1UMqRjx/wa3spXvPNCF1x435NSE81gP/P4fF3YZf2yo8WLElScYa9uzVh+z4uRg4DWnWjE1OSSFx+613szOi/Ghw5+9j27z+atI1YAWcdDyS+Y/iXLdMn/z0UQSLYyXej7+3wWC4hyXEmXjUpfFigXl93tP4GqxVeekg3xbnq+ypjCw/ypqrFh0wWtDdyoqx0T3xyRjzCzOzOfn/NVxTtBPd6GTl80dJ8ljLuv2nRzPDKOUcy9BZ1ENukMTkSJBNw45Za0i69++IXms6iJsNcLU2vz+p8ElCFW1j3N5xBMFovR3hdxurwPknO4cz883OIFohmltydF5w3wOT2cjg3fMNuwXTJk9TgUn6408Po8b417HkKEsDTv7wLevKyU0Q1JILCzs+RK2eLMXr3mBSdm1b06pR1b4khq/gtZ7p61KM=
on:
tags: true
distributions: sdist bdist_wheel
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the protowhat project will be documented in this file.

## 1.2.0

- Update to work with new ANTLR library versions

## 1.1.2

- Fix in `has_code()` that was causing issues in some cases.
Expand Down
2 changes: 1 addition & 1 deletion protowhat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.2'
__version__ = '1.2.0'

0 comments on commit b9ed337

Please sign in to comment.