Skip to content

Commit 992689f

Browse files
committed
updated docs and changelog
1 parent f665d93 commit 992689f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

docs/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 1.?.?, 201?-??-??
5+
*************************
6+
7+
* bug fixes
8+
* tox config
9+
* travis-ci config
10+
11+
412
Version 1.2.0, 2012-02-07
513
*************************
614

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
:PyPI: `multi-mechanize package <http://pypi.python.org/pypi/multi-mechanize>`_
1919
:Dev: `GitHub <http://github.com/cgoldberg/multi-mechanize>`_
2020
:License: `GNU LGPLv3 <http://www.gnu.org/licenses/lgpl.html>`_
21-
:Author: `Corey Goldberg <http://goldb.org>`_ - copyright |copy| 2010-2012
21+
:Author: `Corey Goldberg <http://goldb.org>`_ - copyright |copy| 2010-2013
2222

2323
----
2424

docs/setup.rst

+9
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,12 @@ Multi-Mechanize requires `Python <http://python.org>`_ **2.6** or **2.7**
5656
$ source bin/activate
5757
(ENV)$ pip install multi-mechanize
5858
(ENV)$ pip install matplotlib
59+
60+
-----------------------------------------------
61+
pip install latest dev branch from git repo
62+
-----------------------------------------------
63+
64+
::
65+
66+
pip install -e git+http://github.com/cgoldberg/multi-mechanize.git#egg=multimechanize
67+

0 commit comments

Comments
 (0)