Skip to content

Commit bbce682

Browse files
committed
Bump to version 2.1.0 🙈
1 parent 101ea81 commit bbce682

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
### 2.1.0 🚜 ongoing work
1+
### 2.2.0 🚜 ongoing work
22

3-
## 2.0.0 📦 current package
3+
## 2.1.0 📦 current package
4+
5+
* Properly parse author/email/homepage/license from the fields available
6+
* Use [pydantic-settings](https://docs.pydantic.dev/latest/concepts/pydantic_settings/) for configuration management
7+
8+
## 2.0.0
49

510
* Drop support for Python 3.7 and Python 3.8
611
* Migrate to Poetry 2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "leak"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "Show release information about packages on PyPI"
55
authors = [
66
{ name = "Misha Behersky", email = "bmwant@gmail.com" },

0 commit comments

Comments
 (0)