Skip to content

Commit

Permalink
Release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Apr 25, 2022
1 parent 544e11d commit 38e04ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Requirementslib 1.6.4 (2022-04-24)
==================================


No significant changes.


Requirementslib 1.6.3 (2022-04-18)
==================================

Expand Down
2 changes: 1 addition & 1 deletion src/requirementslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .models.pipfile import Pipfile
from .models.requirements import Requirement

__version__ = "1.6.4.dev0"
__version__ = "1.6.4"


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": "1.6.3",
"date": "2022-4-18",
"version": "1.6.4",
"date": "2022-4-24",
}, # towncrier==19.9.0
)
return rendered
Expand Down

0 comments on commit 38e04ed

Please sign in to comment.