Skip to content

Commit

Permalink
Tag v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 24, 2024
1 parent 12d2388 commit ca16c79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ To install the unreleased libvcs version, see
$ pip install --user --upgrade --pre libvcs
```

## libvcs 0.34.x (unreleased)
## libvcs 0.35.x (unreleased)

- _Notes on upcoming releases will be added here_

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

## libvcs 0.34.0 (2024-11-22)

_Maintenance only, no bug fixes, or new features_

### Development

#### Project and package management: poetry to uv (#479)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "libvcs"
version = "0.33.0"
version = "0.34.0"
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
requires-python = ">=3.9,<4.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/libvcs/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "libvcs"
__package_name__ = "libvcs"
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
__version__ = "0.33.0"
__version__ = "0.34.0"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/libvcs"
__docs__ = "https://libvcs.git-pull.com"
Expand Down

0 comments on commit ca16c79

Please sign in to comment.