File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,26 @@ stages:
2323jobs :
2424 include :
2525 - stage : ' Lint markdown files'
26- language : ruby
27- rvm : 2.4.1
2826 os : linux
27+ language : generic
2928 install : gem install awesome_bot
3029 script :
3130 - find . -type f -name '*.md' -exec awesome_bot {} \;
3231 notifications :
3332 email : false
3433
34+ - stage : ' Lint markdown files'
35+ os : linux
36+ language : generic
37+ before_install : skip
38+ install :
39+ - npm i -g markdown-spellcheck
40+ before_script :
41+ - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
42+ script :
43+ - mdspell -a -n -r --en-us '**/*.md'
44+ after_success : skip
45+
3546 - stage : ' Linting'
3647 language : python
3748 python : " 2.7"
Original file line number Diff line number Diff line change 11# Optimizely Python SDK Changelog
22
3+ ## 3.4.1
4+ March 19th, 2020
5+
6+ ### Bug Fixes:
7+ * Updated ` jsonschema ` to address [ installation issue] ( https://github.com/optimizely/python-sdk/issues/232 ) .
8+
9+
310## 3.4.0
411January 27th, 2020
512
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313
14- version_info = (3 , 4 , 0 )
14+ version_info = (3 , 4 , 1 )
1515__version__ = '.' .join (str (v ) for v in version_info )
Original file line number Diff line number Diff line change 1- jsonschema==2.6 .0
1+ jsonschema==3.2 .0
22mmh3==2.5.1
33requests[security]>=2.9.1
You can’t perform that action at this time.
0 commit comments