Skip to content

Commit

Permalink
Tag v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 15, 2023
1 parent b987702 commit 333c68a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ To install the unreleased libvcs version, see
$ pip install --user --upgrade --pre libvcs
```

## libvcs 0.21.x (unreleased)
## libvcs 0.22.x (unreleased)

- _Notes on upcoming releases will be added here_

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

## libvcs 0.21.0 (2023-03-15)

### New

- QueryList learned to `.get()` to pick the first result (#435)
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.20.0"
version = "0.21.0"
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down

0 comments on commit 333c68a

Please sign in to comment.