Skip to content

Commit 06af066

Browse files
committed
Tag v1.36.0 (import, import --scan, fmt commands)
1 parent 2d476c2 commit 06af066

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1515
// Usage: vcspull@next sync [config]
1616
```
1717

18-
## vcspull v1.36.x (unreleased)
18+
## vcspull v1.37.x (unreleased)
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

2222
_Notes on upcoming releases will be added here_
2323

24+
## vcspull v1.36.0 (2025-10-18)
25+
2426
### New features
2527

2628
#### New command: `vcspull import` (#465)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vcspull"
3-
version = "1.35.0"
3+
version = "1.36.0"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
requires-python = ">=3.9,<4.0"
66
license = { text = "MIT" }

src/vcspull/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
__title__ = "vcspull"
66
__package_name__ = "vcspull"
7-
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
8-
__version__ = "1.35.0"
7+
__description__ = "Repo manager and syncer for git, mercurial, and svn"
8+
__version__ = "1.36.0"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/vcs-python/vcspull"
1111
__docs__ = "https://vcspull.git-pull.com"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)