Skip to content

Commit

Permalink
Tag v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 24, 2024
1 parent 5bbe6bf commit 41d2e33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ $ pipx install --suffix=@next g --pip-args '\--pre' --force
// Usage: g@next --help
```

## g 0.0.5 (unreleased)

- _Notes on upcoming releases will be added here_

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

## g v0.0.4 (2024-03-24)

_Maintenance only, no bug fixes, or new features_

### Development

- Aggressive automated lint fixes via `ruff` (#23)
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 = "g"
version = "0.0.3"
version = "0.0.4"
description = "cli command to easily sync current directory"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/g/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "g"
__package_name__ = "g"
__description__ = "cli shortcut for directory's vcs command: git, svn, hg"
__version__ = "0.0.3"
__version__ = "0.0.4"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/g"
__docs__ = "https://g.git-pull.com"
Expand Down

0 comments on commit 41d2e33

Please sign in to comment.