summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2013-10-08 13:50:43 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2013-10-08 13:50:43 -0700
commit58c84e9fad1546007e2aae04bc3a27651558b6b6 (patch)
treefa9e869f4b3f51376141267304179ccf65ef1cfe
parent2c10593a7bcec17b8d3dcca9ba40e24868f8ca5c (diff)
downloadpyscss-58c84e9fad1546007e2aae04bc3a27651558b6b6.tar.gz
Bump master to 1.3.0pre.
-rw-r--r--docs/back-matter.rst3
-rw-r--r--docs/conf.py4
-rw-r--r--scss/scss_meta.py2
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/back-matter.rst b/docs/back-matter.rst
index 9cc88af..a7833ce 100644
--- a/docs/back-matter.rst
+++ b/docs/back-matter.rst
@@ -68,6 +68,9 @@ working hours. Yelp does not claim copyright.
Changelog
---------
+1.3.0 (unreleased)
+^^^^^^^^^^^^^^^^^^
+
1.2.0 (Oct 8, 2013)
^^^^^^^^^^^^^^^^^^^
diff --git a/docs/conf.py b/docs/conf.py
index 1ca7b61..be1f919 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013, German M. Bravo (Kronuz)'
# built documents.
#
# The short X.Y version.
-version = '1.2'
+version = '1.3'
# The full version, including alpha/beta/rc tags.
-release = '1.2.0'
+release = '1.3.0pre'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/scss/scss_meta.py b/scss/scss_meta.py
index 9f3c71f..4c4373f 100644
--- a/scss/scss_meta.py
+++ b/scss/scss_meta.py
@@ -44,7 +44,7 @@ xCSS:
"""
-VERSION_INFO = (1, 2, 0)
+VERSION_INFO = (1, 3, '0pre')
DATE_INFO = (2013, 10, 8) # YEAR, MONTH, DAY
VERSION = '.'.join(str(i) for i in VERSION_INFO)
REVISION = '%04d%02d%02d' % DATE_INFO