Skip to content

Commit

Permalink
Tag v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 24, 2024
1 parent 85ae469 commit b3656e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ To install the unreleased gp-libs version, see [developmental releases](https://
$ pip install --user --upgrade --pre gp-libs
```

## gp-libs 0.0.7 (unreleased)
## gp-libs 0.0.8 (unreleased)

- _Add your latest changes from PRs here_

## gp-libs 0.0.7 (2024-03-24)

### Breaking changes

#### Minimum requirements
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 = "gp-libs"
version = "0.0.6post0"
version = "0.0.7"
description = "Internal utilities for projects following git-pull python package spec"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/gp_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "gp-libs"
__package_name__ = "gp_libs"
__description__ = "Internal utilities for git-pull projects"
__version__ = "0.0.6post0"
__version__ = "0.0.7"
__author__ = "Tony Narlock"
__github__ = "https://github.com/git-pull/gp-libs"
__docs__ = "https://gp-libs.git-pull.com"
Expand Down

0 comments on commit b3656e3

Please sign in to comment.