Skip to content

Commit

Permalink
version: post-release bump
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Mar 29, 2016
1 parent c0dd5ec commit 286cda7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ script:

after_success:
- coveralls

deploy:
provider: pypi
user: lnielsen
password:
secure: dBKlAXVbmKa7rqiMQf+BjcakbRB5NbsuX75OVu8A+1r4N+pCzExPMj13tiQnZUEeTZdclmSHC54M9s3hSsOUlL7BznCvg+gyJfb2csKeme14gyO7cGo36gIfYk/sShNYN9j6B2WcQOLKQR66MoS0qIQWlZtHR+Hh1jcaXBRkFXAfPia1cY6cyaZpx7wWv0+smMuGXOvlQYKsBFTHFZq0vuW1eSfUm1l8L0WoirUN80AFUOVp1DiKsNXLV6EVfJzpuHniGnUw5Sv09Bi2nctyeZZP1x4PtkCTnYjyVehWGoTCmxT09tgkcdQgpHOwY7fHYv4PT5t+mlTZmmmlDIq/bpX0wblngVrWQjj6YBYwA8VnbIW+q003x8AyrP6shxY94cZWzNT11eeQQzJJVx4Rvyuzi/hQIviewubQfbHF7vZkIJV/iIE+f5rDSwLg1KO0MzThVs0QIXQlJMLyiRX36egEDRJQ/MJhvhVaVS8abRdi/mcey8B4mVxWcwu/OHbNvSWxW/r1Cnj6SMW3PMAnOgmrO1DreSIN6in9Qh6wnboCWMjNEQQk8P62+a+uBoaiJHA0LRi3dygFWw6FKS60zcdAynk8paQzfFxdaZtwMbcMku/4YEXwDtcjweboUUSM2OAI287otWA+4nFdiB5SuHYoQAV33Q3HbtCQWbU/TBM=
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
condition: $REQUIREMENTS = release
2 changes: 1 addition & 1 deletion invenio_files_rest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a1"
__version__ = "1.0.0a2.dev20160330"

0 comments on commit 286cda7

Please sign in to comment.