summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-09-30 19:42:32 -0700
committerMonty Taylor <mordred@inaugust.com>2014-09-30 19:42:32 -0700
commit445633f9221ff6efdbdb7822ff7ab01952396829 (patch)
treef1d0ea42b9a45513ec80ec3007ca9f5c5b305c9c /HISTORY.rst
parent36a09fa4dadb67b81359078c61f418a971f57372 (diff)
downloadretrying-445633f9221ff6efdbdb7822ff7ab01952396829.tar.gz
Add requirements.txt to MANFEST.in
Without this, pip installs of retrying all fail due to requirements.txt being missing in the tarball but required by setup.py.
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 368d8e4..0d100f6 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,6 +2,10 @@
History
-------
+1.3.1 (2014-09-30)
+++++++++++++++++++
+- Add requirements.txt to MANIFEST.in to fix pip installs
+
1.3.0 (2014-09-30)
++++++++++++++++++
- Add upstream six dependency, remove embedded six functionality