File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,10 @@ put it directly into ``pip``.
270270Version History
271271===============
272272
273+ 0.14.6
274+ * Indentation in the requirements file is preserved.
275+ See https://github.com/peterbe/hashin/issues/112 Thanks @techtonik
276+
273277 * If you use ``--update-all `` and forget the ``-r `` when specifying your
274278 requirements file, instead of complaining, it corrects the intentions.
275279 See https://github.com/peterbe/hashin/issues/104
Original file line number Diff line number Diff line change 11from os import path
2+
23from setuptools import setup
34
5+
46_here = path .dirname (__file__ )
57
68# Prevent spurious errors during `python setup.py test`, a la
1416
1517setup (
1618 name = "hashin" ,
17- version = "0.14.5 " ,
19+ version = "0.14.6 " ,
1820 description = "Edits your requirements.txt by hashing them in" ,
1921 long_description = open (path .join (_here , "README.rst" )).read (),
2022 author = "Peter Bengtsson" ,
You can’t perform that action at this time.
0 commit comments