Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jun 18, 2024
1 parent eed1d39 commit 4ff4e2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions changeloggh/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pkg_resources
from importlib.metadata import version

NAME = "changeloggh"

__version__ = VERSION = pkg_resources.get_distribution(NAME).version
__version__ = VERSION = version("changeloggh")
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "changeloggh"
version = "1.0.6"
version = "1.0.7"
description = "changeloggh is a command line tool that generates changelog files for github"
authors = ["Saúl Piña <[email protected]>"]
license = "MIT"
Expand All @@ -24,8 +24,8 @@ semver = "^3"

[tool.poetry.dev-dependencies]
ruff = "*"
black = "^24"
coverage = {extras = ["toml"], version = "^7"}
black = "*"
coverage = {extras = ["toml"], version = "*"}
toml = "*"
pre-commit = "*"

Expand Down

0 comments on commit 4ff4e2f

Please sign in to comment.