Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Nov 22, 2018
1 parent 898ae58 commit 808b4cb
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
1.3.2 (2018-11-22)
==================

Features
--------

- Enhanced parsing of dependency and extras detail from ``setup.cfg`` files. #118


Bug Fixes
---------

- Take the path passed in if it's valid when loading or creating the lockfile/pipfile. #114

- Don't write redundant ``egg-info`` under project root when ``src`` is used as package base. #115

- Fixed an issue which prevented parsing of extras and dependency information from local ``setup.py`` files and could cause irrecoverable errors. #116


1.3.1 (2018-11-13)
==================

Expand Down
1 change: 0 additions & 1 deletion news/114.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/115.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/116.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/118.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/requirementslib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding=utf-8 -*-
__version__ = '1.3.2.dev0'
__version__ = '1.3.2'

import logging
import warnings
Expand Down

0 comments on commit 808b4cb

Please sign in to comment.