File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ The format is based on [Keep a Changelog],
66and this project adheres to [ Semantic Versioning] .
77
88## [ Unreleased]
9+
10+ ## [ 0.1.2] - 2020-01-13
911### Fixed
10- - Recommended way of sourcing the ` travis-python.bash ` script.
12+ - Recommended way of sourcing the ` travis-python.bash ` script (#2 ).
13+ - Unstable versions filtering (#3 ).
1114
1215## [ 0.1.1] - 2020-01-12
1316### Added
@@ -29,8 +32,9 @@ and this project adheres to [Semantic Versioning].
2932 - README file containing information about the expected UX and the initial
3033 direction of the project.
3134
32- [ Unreleased ] : https://github.com/neimad/travis-python/compare/0.1.1...HEAD
33- [ 0.1.1 ] : https://github.com/neimad/travis-python/releases/tag/0.1.1
35+ [ Unreleased ] : https://github.com/neimad/travis-python/compare/0.1.2...HEAD
36+ [ 0.1.2 ] : https://github.com/neimad/travis-python/compare/0.1.1...0.1.2
37+ [ 0.1.1 ] : https://github.com/neimad/travis-python/compare/0.1.0...0.1.1
3438[ 0.1.0 ] : https://github.com/neimad/travis-python/releases/tag/0.1.0
3539[ Keep a Changelog ] : https://keepachangelog.com/en/1.0.0/
3640[ Semantic Versioning ] : https://semver.org/spec/v2.0.0.html
Original file line number Diff line number Diff line change 44# set -euo pipefail
55# IFS=$'\n\t'
66
7- TRAVIS_PYTHON_VERSION=" 0.1.0 "
7+ TRAVIS_PYTHON_VERSION=" 0.1.2 "
88TRAVIS_PYTHON_DIR=" $HOME /travis-python"
99
1010__print_info () {
You can’t perform that action at this time.
0 commit comments