Skip to content

Commit 7418487

Browse files
committed
Prepare 0.1.2 release.
1 parent 0205d91 commit 7418487

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ The format is based on [Keep a Changelog],
66
and 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

travis-python.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# set -euo pipefail
55
# IFS=$'\n\t'
66

7-
TRAVIS_PYTHON_VERSION="0.1.0"
7+
TRAVIS_PYTHON_VERSION="0.1.2"
88
TRAVIS_PYTHON_DIR="$HOME/travis-python"
99

1010
__print_info() {

0 commit comments

Comments
 (0)