Skip to content

Commit a9e2239

Browse files
committed
0.14.6
1 parent b42eeb1 commit a9e2239

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ put it directly into ``pip``.
270270
Version 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

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from os import path
2+
23
from setuptools import setup
34

5+
46
_here = path.dirname(__file__)
57

68
# Prevent spurious errors during `python setup.py test`, a la
@@ -14,7 +16,7 @@
1416

1517
setup(
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",

0 commit comments

Comments
 (0)