Skip to content

Commit 2d8a9fd

Browse files
committed
Version bump
1 parent 5e924e6 commit 2d8a9fd

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Need no Ruby nor Node.js.
2727
It currently supports CPython 2.6, 2.7, 3.3, 3.4, and PyPy 2.3+!
2828

2929
.. _SASS: http://sass-lang.com/
30-
.. _Libsass: https://github.com/hcatlin/libsass
30+
.. _Libsass: https://github.com/sass/libsass
3131

3232

3333
Install

docs/changes.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 0.6.3
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.6.2
511
-------------
612

@@ -98,7 +104,7 @@ Released on June 6, 2014.
98104
- Fixed UTF-8 support.
99105
- Backward incompatibility: broken extends.
100106

101-
__ https://github.com/hcatlin/libsass/releases/tag/v2.0
107+
__ https://github.com/sass/libsass/releases/tag/v2.0
102108

103109

104110
Unstable version 0.4.2.20140529.cd3ee1cbe3
@@ -183,7 +189,7 @@ Released on February 21, 2014.
183189
- Supports `variable arguments`_.
184190
- Supports sourcemaps.
185191

186-
.. _57a2f62--v1.0.1: https://github.com/hcatlin/libsass/compare/57a2f627b4d2fbd3cf1913b241f1d5aa31e35580...v1.0.1
192+
.. _57a2f62--v1.0.1: https://github.com/sass/libsass/compare/57a2f627b4d2fbd3cf1913b241f1d5aa31e35580...v1.0.1
187193
.. _variable arguments: http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html#variable_arguments
188194

189195

@@ -197,7 +203,7 @@ Released on December 4, 2012.
197203
- Merged recent changes from libsass upstream:
198204
`e997102--a84b181`__.
199205

200-
__ https://github.com/hcatlin/libsass/compare/e9971023785dabd41aa44f431f603f62b15e6017...a84b181a6e59463c0ac9796ca7fdaf4864f0ad84
206+
__ https://github.com/sass/libsass/compare/e9971023785dabd41aa44f431f603f62b15e6017...a84b181a6e59463c0ac9796ca7fdaf4864f0ad84
201207

202208

203209
Version 0.2.3

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ file.
1111
It currently supports CPython 2.6, 2.7, 3.3, 3.4, and PyPy 2.3!
1212

1313
.. _SASS: http://sass-lang.com/
14-
.. _Libsass: https://github.com/hcatlin/libsass
14+
.. _Libsass: https://github.com/sass/libsass
1515

1616

1717
Install

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2626
'and_join', 'compile')
27-
__version__ = '0.6.2'
27+
__version__ = '0.6.3'
2828

2929

3030
#: (:class:`collections.Mapping`) The dictionary of output styles.

sassc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
4949
Prints the help message.
5050
51-
.. _SassC: https://github.com/hcatlin/sassc
51+
.. _SassC: https://github.com/sass/sassc
5252
5353
"""
5454
from __future__ import print_function

0 commit comments

Comments
 (0)