Skip to content

Commit

Permalink
Tag v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 30, 2022
1 parent 31ca582 commit 019e49a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ $ pip install --user --upgrade --pre libvcs

- _Add your latest changes from PRs here_

## libvcs 0.12.4 (2022-05-30)

- _Backport from 0.13.x_ Fix argument input for hg and svn commands, would not properly pass-through
to subprocess. {issue}`365`

## libvcs 0.12.3 (2022-05-28)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion libvcs/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "libvcs"
__package_name__ = "libvcs"
__description__ = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
__version__ = "0.12.3"
__version__ = "0.12.4"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/libvcs"
__docs__ = "https://libvcs.git-pull.com"
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 = "libvcs"
version = "0.12.3"
version = "0.12.4"
description = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down

0 comments on commit 019e49a

Please sign in to comment.