Bump version to 0.29 and copyright year to 2015

This commit is contained in:
paris
2015-01-19 19:07:28 +02:00
parent af39a3fcc0
commit 391d8f4097
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ If you contribute code to this project, you are implicitly allowing your code to
## License
Copyright (c) 2014, SourceLair, Ltd (www.sourcelair.com) (MIT License)
Copyright (c) 2014-2015, SourceLair, Ltd (www.sourcelair.com) (MIT License)
Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
+3 -3
View File
@@ -44,16 +44,16 @@ master_doc = 'index'
# General information about the project.
project = u'xterm.js'
copyright = u'2014, SourceLair Limited'
copyright = u'2015, SourceLair Limited'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.27'
version = '0.29'
# The full version, including alpha/beta/rc tags.
release = '0.27 Alpha'
release = '0.29 Alpha'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.