Skip to content

Commit

Permalink
Tag v0.28.1 (source dist files)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 8, 2024
1 parent 6411107 commit 783c03a
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 @@ -15,6 +15,8 @@ $ pip install --user --upgrade --pre libvcs

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

## libvcs 0.28.1 (2024-02-08)

### Packaging

- Source distribution: Include `CHANGES`, `MIGRATION`, and `docs/` in tarball
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.28.0"
version = "0.28.1"
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/libvcs/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__title__ = "libvcs"
__package_name__ = "libvcs"
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
__version__ = "0.28.0"
__version__ = "0.28.1"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/libvcs"
__docs__ = "https://libvcs.git-pull.com"
Expand Down

0 comments on commit 783c03a

Please sign in to comment.