Skip to content

Commit

Permalink
Tag v0.0.6 (pytest 8+ and ruff 0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 2, 2024
1 parent aad9347 commit 4b4475f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ To install the unreleased gp-libs version, see [developmental releases](https://
$ pip install --user --upgrade --pre gp-libs
```

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

- _Add your latest changes from PRs here_

## gp-libs 0.0.6 (2024-02-01)

### Breaking change

- Support pytest >8 (#29)

- Update doctest pytest plugin for pytest 8.

### Development

- ruff 0.2.0

## gp-libs 0.0.5 (2023-12-03)

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.5"
version = "0.0.6"
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 @@ -2,7 +2,7 @@
__title__ = "gp-libs"
__package_name__ = "gp_libs"
__description__ = "Internal utilities for git-pull projects"
__version__ = "0.0.5"
__version__ = "0.0.6"
__author__ = "Tony Narlock"
__github__ = "https://github.com/git-pull/gp-libs"
__docs__ = "https://gp-libs.git-pull.com"
Expand Down

0 comments on commit 4b4475f

Please sign in to comment.