Skip to content

Commit 2f2bd8a

Browse files
committed
Tag v1.22.0 (expanded ruff linting from #417)
1 parent 32359ad commit 2f2bd8a

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGES

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,23 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1515
// Usage: vcspull@next sync [config]
1616
```
1717

18-
## vcspull v1.22.x (unreleased)
18+
## vcspull v1.23.x (unreleased)
1919

2020
- _Notes on upcoming releases will be added here_
2121

2222
<!-- Maintainers, insert changes / features for the next release here -->
2323

24+
## vcspull v1.22.0 (2023-09-02)
25+
26+
_Maintenance only, no bug fixes, or new features_
27+
2428
### Development
2529

26-
- Code quality improved via [ruff] rules (#147)
30+
- Code quality improved via [ruff] rules (#417)
2731

28-
This includes fixes made by hand, and with ruff's automated fixes. Despite
29-
selecting additional rules, which include import sorting, ruff runs nearly
30-
instantaneously when checking the whole codebase.
32+
This includes fixes made by hand, and with ruff's automated fixes. With
33+
the expanded set of linting rules (which include import sorting) - ruff runs are
34+
still instant when checking the whole codebase.
3135

3236
## vcspull v1.21.1 (2023-05-28)
3337

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vcspull"
3-
version = "1.21.1"
3+
version = "1.22.0"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

src/vcspull/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "vcspull"
22
__package_name__ = "vcspull"
33
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
4-
__version__ = "1.21.1"
4+
__version__ = "1.22.0"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/vcspull"
77
__docs__ = "https://vcspull.git-pull.com"

0 commit comments

Comments
 (0)