Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Sep 24, 2022
1 parent dde588e commit 9e0235b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Requirementslib 2.0.3 (2022-09-24)
==================================


Bug Fixes
---------

- Fix non-deterministic markers by removing ``lru_cache`` usage from ``markers.py``. `#344 <https://github.com/sarugaku/requirementslib/issues/344>`_


Requirementslib 2.0.2 (2022-09-14)
==================================

Expand Down
1 change: 0 additions & 1 deletion news/344.bugfix.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
Expand Up @@ -5,7 +5,7 @@
from .models.pipfile import Pipfile
from .models.requirements import Requirement

__version__ = "2.0.3.dev0"
__version__ = "2.0.3"


logger = logging.getLogger(__name__)
Expand Down
4 changes: 2 additions & 2 deletions tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def _render_log():
False, # Don't add newlines to wrapped text.
{
"name": "requirementslib",
"version": "2.0.2",
"date": "2022-9-14",
"version": "2.0.3",
"date": "2022-9-24",
}, # towncrier==19.9.0
)
return rendered
Expand Down

0 comments on commit 9e0235b

Please sign in to comment.