Skip to content

Commit bda209a

Browse files
committed
Prepare v0.1.4 release
1 parent ab4df8f commit bda209a

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# History
22

3-
2018-09-09
3+
All notable changes to this project will be documented in this file.
44

5-
Initial release on PyPI
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.4] - 2019-04-18
9+
### Fixed
10+
- Fix an error in Windows caused by mixed slashes in SCSS paths (#2) - @vincent-picot
11+
12+
## [0.1.3] - 2018-09-09
13+
### Added
14+
- Initial release on PyPI

bootstrap_customizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.3'
1+
__version__ = '0.1.4'

0 commit comments

Comments
 (0)