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
3c839348
Commit
3c839348
authored
May 03, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version from v0.5.1 to v0.5.2-rc prior to merge to master.
parent
17b27ff8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
HISTORY.rst
+2
-2
pystache/__init__.py
+1
-1
setup.py
+1
-1
No files found.
HISTORY.rst
View file @
3c839348
History
=======
0.
6.0 (TBD
)
-----------
0.
5.2 (2012-05-03
)
-----------
-------
* Added support for dot notation and version 1.1.2 of the spec (issue #99). [rbp]
* Missing partials now render as empty string per latest version of spec (issue #115).
...
...
pystache/__init__.py
View file @
3c839348
...
...
@@ -10,4 +10,4 @@ from pystache.init import render, Renderer, TemplateSpec
__all__
=
[
'render'
,
'Renderer'
,
'TemplateSpec'
]
__version__
=
'0.5.
1
'
# Also change in setup.py.
__version__
=
'0.5.
2-rc
'
# Also change in setup.py.
setup.py
View file @
3c839348
...
...
@@ -72,7 +72,7 @@ else:
# print("Using: version %s of %s" % (repr(dist.__version__), repr(dist)))
VERSION
=
'0.5.
1
'
# Also change in pystache/__init__.py.
VERSION
=
'0.5.
2-rc
'
# 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