Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Dec 6, 2022
1 parent d4ff3fa commit 59fe02b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Requirementslib 2.2.1 (2022-12-06)
==================================


Requirementslib 2.2.0 (2022-11-19)
==================================

Expand Down
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.2.1.dev0"
__version__ = "2.2.1"


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.2.0",
"date": "2022-11-19",
"version": "2.2.1",
"date": "2022-12-06",
}, # towncrier==19.9.0
)
return rendered
Expand Down

0 comments on commit 59fe02b

Please sign in to comment.