Skip to content

Commit

Permalink
Tag v0.0.5 (documentation updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 3, 2023
1 parent 7ba433f commit 1562a49
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 @@ -8,10 +8,14 @@ To install the unreleased gp-libs version, see [developmental releases](https://
$ pip install --user --upgrade --pre gp-libs
```

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

- _Add your latest changes from PRs here_

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

_Maintenance release: no bug fixes or new features._

### CI

- Move CodeQL from advanced configuration file to GitHub's default
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.4"
version = "0.0.5"
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.4"
__version__ = "0.0.5"
__author__ = "Tony Narlock"
__github__ = "https://github.com/git-pull/gp-libs"
__docs__ = "https://gp-libs.git-pull.com"
Expand Down

0 comments on commit 1562a49

Please sign in to comment.