We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4df8f commit bda209aCopy full SHA for bda209a
2 files changed
HISTORY.md
@@ -1,5 +1,14 @@
1
# History
2
3
-2018-09-09
+All notable changes to this project will be documented in this file.
4
5
-Initial release on PyPI
+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
@@ -1 +1 @@
-__version__ = '0.1.3'
+__version__ = '0.1.4'
0 commit comments