Skip to content

Commit f10d39a

Browse files
author
Andrey Fedoseev
committed
Release 1.8
1 parent f309653 commit f10d39a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
*********
44

5-
Dev
5+
1.8
66
===
77

88
- Remove deprecated settings: ``COFFEESCRIPT_EXECUTABLE``, ``SCSS_EXECUTABLE``, ``SCSS_USE_COMPASS``, ``LESS_EXECUTABLE``

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.7.1'
58+
version = '1.8'
5959
# The full version, including alpha/beta/rc tags.
6060
release = version
6161

Diff for: static_precompiler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.1"
1+
__version__ = "1.8"

0 commit comments

Comments
 (0)