Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matěj Cepl committed May 22, 2014
1 parent 909f1e0 commit e68f6f9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
docs/build/
build/
dist/
MANIFEST
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ New Features
Getting Started
===============

* List of features: `<docs/rope.txt>`_
* Overview of some of rope's features: `<docs/overview.txt>`_
* Using as a library: `<docs/library.txt>`_
* Contributing: `<docs/contributing.txt>`_
* List of features: `<docs/rope.rst>`_
* Overview of some of rope's features: `<docs/overview.rst>`_
* Using as a library: `<docs/library.rst>`_
* Contributing: `<docs/contributing.rst>`_

To change your project preferences edit
``$PROJECT_ROOT/.ropeproject/config.py`` where ``$PROJECT_ROOT`` is
Expand All @@ -56,10 +56,10 @@ This program is under the terms of GPL (GNU General Public License).
Have a look at ``COPYING`` file for more information.


.. _`docs/rope.txt`: docs/rope.html
.. _`docs/overview.txt`: docs/overview.html
.. _`docs/contributing.txt`: docs/contributing.html
.. _`docs/library.txt`: docs/library.html
.. _`docs/rope.rst`: docs/rope.html
.. _`docs/overview.rst`: docs/overview.html
.. _`docs/contributing.rst`: docs/contributing.html
.. _`docs/library.rst`: docs/library.html

.. image:: https://secure.travis-ci.org/python-rope/rope.png
:alt: Build Status
9 changes: 9 additions & 0 deletions docs/done.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Done List
===========

> Public Release 0.10.0 : May 22, 2014

- Undre the new management! Matěj Cepl <[email protected]> takes hesitantly
over

- Merged all available pull requests and patches to the main codebase

- Tests are green again


> Public Release 0.9.3 : February 4, 2010

Expand Down
2 changes: 1 addition & 1 deletion rope/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""rope, a python refactoring library"""

INFO = __doc__
VERSION = '0.9.4'
VERSION = '0.10.0'
COPYRIGHT = """\
Copyright (C) 2006-2012 Ali Gholami Rudi
Copyright (C) 2009-2012 Anton Gritsay
Expand Down

0 comments on commit e68f6f9

Please sign in to comment.