Skip to content

Commit

Permalink
Update version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jun 18, 2023
1 parent d552e26 commit b19383c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Requirementslib 3.0.0 (2023-06-18)
==================================

* Drop attrs lib and replace with pydantic.
* Remove unused modules.

Requirementslib 2.3.0 (2023-04-28)
==================================

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.3.1.dev0"
__version__ = "3.0.0"


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

0 comments on commit b19383c

Please sign in to comment.