projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0bbd1d
)
Update contributing docs
author
Daniel Roy Greenfeld
<pydanny@gmail.com>
Sun, 8 Apr 2018 22:56:39 +0000
(17:56 -0500)
committer
Daniel Roy Greenfeld
<pydanny@gmail.com>
Sun, 8 Apr 2018 22:56:39 +0000
(17:56 -0500)
HISTORY.rst
patch
|
blob
|
history
diff --git
a/HISTORY.rst
b/HISTORY.rst
index 7662de11b73f8cdd9ce882a08906c8836894b3cd..f929d3eae05e6269ad8968afa1afa5c8d4112f74 100644
(file)
--- a/
HISTORY.rst
+++ b/
HISTORY.rst
@@
-3,7
+3,12
@@
History
-------
-1.4.1 (2018-02-26)
+1.4.2 (2018-03-08)
+++++++++++++++++++
+
+* Really fixed tests, thanks to @pydanny
+
+1.4.1 (2018-03-08)
++++++++++++++++++
* Added conftest.py to manifest so tests work properly off the tarball, thanks to @dotlambda