Skip to content

Commit

Permalink
Tag v1.20.3 (attempted packaing fix for #412)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 14, 2023
1 parent 2ff9ae5 commit 9b15092
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force

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

## vcspull v1.20.3 (2023-05-14)

## Bug fix

- Refactor `.types` imports to not require `typing-extensions` on production
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vcspull"
version = "1.20.2"
version = "1.20.3"
description = "Manage and sync multiple git, mercurial, and svn repos"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/vcspull/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "vcspull"
__package_name__ = "vcspull"
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
__version__ = "1.20.2"
__version__ = "1.20.3"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/vcspull"
__docs__ = "https://vcspull.git-pull.com"
Expand Down

0 comments on commit 9b15092

Please sign in to comment.