Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pystache_custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pystache_custom
Commits
4007fa33
Commit
4007fa33
authored
Apr 25, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'development': changes for v0.5.1 prep.
Conflicts: HISTORY.rst
parents
39a0d591
cc262abf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
HISTORY.rst
+2
-2
README.rst
+0
-1
pystache/__init__.py
+1
-1
setup.py
+1
-1
No files found.
HISTORY.rst
View file @
4007fa33
...
...
@@ -6,8 +6,8 @@ History
* Falsey values now coerced to strings using str().
0.5.1 (2012-04-
03
)
-----------
0.5.1 (2012-04-
24
)
-----------
-------
* Added support for Python 3.1 and 3.2.
* Added tox support to test multiple Python versions.
...
...
README.rst
View file @
4007fa33
...
...
@@ -211,7 +211,6 @@ Author
.. _Mustache: http://mustache.github.com/
.. _Mustache spec: https://github.com/mustache/spec
.. _mustache(5): http://mustache.github.com/mustache.5.html
.. _nose: http://readthedocs.org/docs/nose/en/latest/
.. _only unicode strings: http://docs.python.org/howto/unicode.html#tips-for-writing-unicode-aware-programs
.. _PyPI: http://pypi.python.org/pypi/pystache
.. _Pystache: https://github.com/defunkt/pystache
...
...
pystache/__init__.py
View file @
4007fa33
...
...
@@ -10,4 +10,4 @@ from pystache.init import render, Renderer, TemplateSpec
__all__
=
[
'render'
,
'Renderer'
,
'TemplateSpec'
]
__version__
=
'0.5.1
-rc
'
# Also change in setup.py.
__version__
=
'0.5.1'
# Also change in setup.py.
setup.py
View file @
4007fa33
...
...
@@ -56,7 +56,7 @@ else:
# print("Using: version %s of %s" % (repr(dist.__version__), repr(dist)))
VERSION
=
'0.5.1
-rc
'
# Also change in pystache/__init__.py.
VERSION
=
'0.5.1'
# Also change in pystache/__init__.py.
HISTORY_PATH
=
'HISTORY.rst'
LICENSE_PATH
=
'LICENSE'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment