Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PennyDreadfulMTG/pystache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b4e01b05b36938108f497e9cdc8ecc7dc4cf3dd1
Choose a base ref
..
head repository: PennyDreadfulMTG/pystache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0165173967e44833fc2a7ae5ee0314636007820f
Choose a head ref
Showing with 11 additions and 1 deletion.
  1. +11 −1 README.rst
12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -46,7 +46,17 @@ Pystache is tested with:
JSON support is needed only for the command-line interface and to run
the spec tests; PyYAML can still be used (see the Develop section).

Official support for Python 2 will end with Pystache version 0.6.0.
Official support for Python 2 has ended with Pystache version 0.6.0.


.. note:: This project uses versioningit_ to generate and maintain the
version file, which only gets included in the sdist/wheel
packages. In a fresh clone, running any of the tox_ commands
should generate the current version file.

.. _versioningit: https://github.com/jwodder/versioningit
.. _tox: https://github.com/tox-dev/tox


Quick Start
===========