Skip to content

Commit

Permalink
Remove all the warnings, notes, etc. about 0.7.0 plans now that it's …
Browse files Browse the repository at this point in the history
…out.
  • Loading branch information
audreyfeldroy committed Nov 10, 2013
1 parent f8f0442 commit aabfb6d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.7.0 (2013-11-07)
0.7.0 (2013-11-09)
~~~~~~~~~~~~~~~~~~~~~~~~~~

This is a release with significant improvements and changes. Please read
Expand Down
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ Did someone say features?
- Default responses are the values in `cookiecutter.json`.
- Prompts are shown in order.

Additional Features in 0.7.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

As of 0.7.0, Cookiecutter also has these features:

* Cross-platform support for `~/.cookiecutterrc` files:

.. code-block:: guess
Expand Down
6 changes: 0 additions & 6 deletions docs/advanced_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Advanced Usage
Using Pre/Post-Generate Hooks (0.7.0+)
--------------------------------------

.. warning:: This feature is available only in the master branch on GitHub
and is not on PyPI yet. It's part of the upcoming 0.7.0 release.

You can have Python or Shell scripts that run before and/or after your project
is generated.

Expand Down Expand Up @@ -35,9 +32,6 @@ scripts too. Pull requests are welcome.
User Config (0.7.0+)
----------------------

.. warning:: This feature is available only in the master branch on GitHub
and is not on PyPI yet. It's part of the upcoming 0.7.0 release.

If you use Cookiecutter a lot, you'll find it useful to have a
`.cookiecutterrc` file in your home directory like this:

Expand Down
8 changes: 1 addition & 7 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@ Troubleshooting
I created a cookiecutter, but it doesn't work, and I can't figure out why
-------------------------------------------------------------------------

* Try the latest development version of Cookiecutter, which prints better error
* Try upgrading to Cookiecutter 0.7.0, which prints better error
messages and has fixes for several common bugs.

.. note:: This is a temporary solution; the upcoming 0.7.0 release will be
out shortly. Please be patient, as I'm rushing to get this ready during my
limited free time. -- `@audreyr`_

.. _`@audreyr`: https://github.com/audreyr

I'm having trouble generating Jinja templates from Jinja templates
------------------------------------------------------------------
Expand Down

0 comments on commit aabfb6d

Please sign in to comment.