diff --git a/VERSION b/VERSION index a07a3068..227cea21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0.rc.2 \ No newline at end of file +2.0.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index 785dba70..acf6b3fc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -2.0.0 — unreleased ------------------- +2.0.0 — Mar 10 2013 +------------------- - New susyone tests for split-columns, is-default-layout, medialayout, columns, relative-width, columns width and nth-of-type (using True). diff --git a/docs/conf.py b/docs/conf.py index c690bd28..83d6dd4b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.0.rc.2' +release = '2.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/install.rst b/docs/install.rst index 6c9c9f77..ffba6c60 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,14 +1,13 @@ Getting Started =============== -The only requirement for Susy 2.0 is `Sass`_, +The only requirement is `Sass`_, but Susy was built to be part of the `Compass`_ ecosystem, and we recommend pairing with tools like `Breakpoint`_ and `Vertical Rhythms`_. -Compass is still required for Susy 1 -and the :doc:`susyone` syntax. +Compass is still required for the :doc:`susyone` syntax. .. _Sass: http://sass-lang.com/ .. _Compass: http://compass-style.org/ diff --git a/docs/susyone.rst b/docs/susyone.rst index 3c3099c4..43d8c2fe 100644 --- a/docs/susyone.rst +++ b/docs/susyone.rst @@ -5,7 +5,7 @@ This is documentation for the old syntax, used in Susy 1. If you are using Susy 2 -and want keep the old syntax, +and want use the old syntax, change your import from ``susy`` to ``susyone``. .. code-block:: scss diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 650318c0..366b972c 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -3,7 +3,7 @@ Upgrade Path Susy ``2.x`` supports two syntax options, side by side. If you want to use the latest release -but keep the old ``1.x`` syntax, +but keep the old syntax, change your import from ``susy`` to ``susyone``. .. code-block:: scss diff --git a/test/Gemfile.lock b/test/Gemfile.lock index 824e48a4..1cd44b27 100644 --- a/test/Gemfile.lock +++ b/test/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - susy (2.0.0.rc.2) + susy (2.0.0) sass (~> 3.3.0) GEM