Skip to content

Commit

Permalink
Version bump v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wilhelm authored and Florian Wilhelm committed Jun 1, 2015
1 parent 262ea77 commit c29abcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Release Notes
=============

Version 2.2, 2015-??-??
Version 2.2, 2015-06-01
=======================

- Allow recursive inclusion of data files in setup.cfg, issue #49
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PyScaffold helps you to easily setup a new Python project, it is as easy as::

putup my_project

This will create a new subdirectory ``my_project`` and serve you a project
setup with git repository, setup.py, document and test folder ready for some
serious coding.
This will create a new subdirectory called *my_project*, inside which you
will find a git repository, *setup.py*, and the folders *document* and
*test*, ready for some serious coding.

Type ``putup -h`` to learn about more configuration options. PyScaffold assumes
that you have `Git <http://git-scm.com/>`_ installed and set up on your PC,
Expand Down

0 comments on commit c29abcb

Please sign in to comment.