Skip to content

Commit 5d8d5bb

Browse files
authored
Merge pull request #46 from demianbrecht/fix-travis-config
Fix travis config
2 parents 9644914 + 4c13fa1 commit 5d8d5bb

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.22.0
2+
current_version = 0.22.1
33

44
[bumpversion:file:setup.py]
55

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deploy:
1010
provider: pypi
1111
user: __token__
1212
password:
13-
secure: CejgsfuAMPd6hFBWQvIDE4H9l3fqBklqa9VHvVqhnUMtxTq2YMtyyBBCgckyCjHe4dzUe+amp1WmqDMOflqWoiGMiX4VREFwg/Aot1b0bABugsRH1Lg9npYvVeKDrTldFJpdE2sX4j0DdzU3FPnnAR1QXJELBUpI/bjIn/HnNhX7Y+2DgzJxc2lgUpBZYcg/szc9DCgQwthUxOvb0iKUeqh70A4Pvr42e0Xdn7abez56zMVlGUlWokKLozNfz/wA4QsjcjqzlZtPnlX10pff6mb/o+Pd2E1Sur2tqR6D5R84sBNFO1uyzSd9vdhSpZHWpxoi+baXTEnt5/zwu/Pa9qwhyJK92iNYX9MC1cUpVwvwzd5WbPwMznSkU/YVgcjgH0rbbGvjy1F6yhTGAPpN2umsqQkBC191WESphanuTfTKHyPiDNq3TWJJUxK+icQyRCM3ABI99qzwvCvvzKh70SJqYFuEccV8RzZIuCK9vg5fULhE7ugxhxmLga18VHuAj6FbDuq/8VxrwPWPMO7gMp8lt1eTT+ak0IqnreykiS/42oabF81wND04Moj2q84cx4IRXz34sYFkkmvy+VEFq0UnpEiQGamiPYVc0fDQD9iBdLRiRDOlkwshM44kuvsvggQkKCIfRNHFOvA+xHv1RlxFVn0YbK/q6OzIRVWSfYQ=
13+
secure: UhwZz5MzcLgNfVNkP770ec6uQcvD8VCZtab0xGIirNi3fg3o/9KaCqKBNy2/PxTcZPWmgLyfotiHm+Kb4sjCIIjxTcTYFiTWBgJKDRtHg/1CRkK9RBEL5JqVSPmKylfgQyAMGTwUv/FntCGKA/qJrd9uh+QFV6BdfCoSbe8lX5GtwZ3dc3rl8ALx4QV5nC1nGL8tyUbcnEgnQT//8vHp94orQ1uPzGC/AJ7EJ41DN7TGj/RxBm8ZP1tso4yn8y4HPpllzHxNzC1WOb0dVEy7KYS8EXS4eHuyvr/B3b0WojSDOxYfU1ODe1hf1UJrj6v1fRdMuQhsrW07rcm1OUw07OqDpSvUGr6dwcvqrpTZDgd8WMSK+xd8RiKU2XQ5CRieJcBQfyLXcgIxS7OubQM1+3RXb2hO3mAjh9ocqtQAKRBKwTXFV4YpBd2Gy20Y/x6ADzWyL8HYt6bwOKrOQoK3ixCMfDO9rqzqpeTbm3QTmRaB6qajdnJvRW+lNvZVzail3QDzjLPowVgP1KJFP79g1rxKCC9ArmgTsIMw8KFLtBsiFTr4ScufxYpyqUViJft0pZSfWhWTHYO6F45EdN/7ms2tBlXP5fzyhCXYpe5AMGQLDRscjDb3ufehFk92O8kEnh9sktqLoF1+o/K3bPkT+yNi3/Tos9xs8q2YnWBh+xY=
1414
on:
1515
tags: true
1616
distributions: sdist bdist_wheel

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic
66
Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# [0.22.1] - 2020-08-11
9+
### Fixed
10+
- [PR]() Fix travis config
11+
812
# [0.22.0] - 2020-08-11
913
### Added
1014
- [PR 45](https://github.com/salesforce/django-declarative-apis/pull/45) Add optional deferrable tasks

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# built documents.
7474

7575
# The full version, including alpha/beta/rc tags.
76-
release = '0.22.0' # set by bumpversion
76+
release = '0.22.1' # set by bumpversion
7777

7878
# The short X.Y version.
7979
version = release.rsplit('.', 1)[0]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name="django-declarative-apis",
23-
version="0.22.0", # set by bumpversion
23+
version="0.22.1", # set by bumpversion
2424
author="Drew Shafer",
2525
url="https://salesforce.com",
2626
description="Simple, readable, declarative APIs for Django",

0 commit comments

Comments
 (0)