Skip to content

Commit b1aa495

Browse files
authored
Merge pull request #94 from dhellmann/prep-6.1.0-release
prep for 6.1.0 release
2 parents 14a67fb + 4bb9bcd commit b1aa495

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/source/design.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,12 @@ what virtualenvwrapper is doing, it's a natural fit.
163163

164164
.. seealso::
165165

166-
* `Advanced Programming in the UNIX Environment`_ by W. Richard
166+
* *Advanced Programming in the UNIX Environment* by W. Richard
167167
Stevens & Stephen A. Rago
168168
* `Fork (operating system)`_ on Wikipedia
169169
* `Environment variable`_ on Wikipedia
170170
* `Linux implementation of fork()`_
171171

172-
.. _Advanced Programming in the UNIX Environment: https://www.amazon.com/gp/product/0321637739/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=0321637739&linkCode=as2&tag=hellflynet-20
173-
174172
.. _Fork (operating system): https://en.wikipedia.org/wiki/Fork_(operating_system)
175173

176174
.. _Environment variable: https://en.wikipedia.org/wiki/Environment_variable

docs/source/history.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
CHANGES
22
=======
33

4-
Next
5-
----
4+
6.1.0
5+
-----
66

77
* Look for `./.virtualenvwrapper/postactivate` and
8-
`./.virtualenvwrapper/predeactivate` hook scripts.
8+
`./.virtualenvwrapper/predeactivate` hook scripts. Same effect as
9+
:ref:`scripts-postactivate` and :ref:`scripts-predeactivate`.
910

1011
6.0.0.0a5
1112
---------

0 commit comments

Comments
 (0)