Skip to content

Commit dbff737

Browse files
chore(packages): updated version, renamed readme
1 parent 64d0fbe commit dbff737

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

readme.md README.md

File renamed without changes.

common/versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version:str = "1.4.2" #TODO: release this version
1+
version:str = "1.5.0" #TODO: release this version
22

33
def get_version()->str:
44
return version

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
how to use:
88
compile -> python3 setup.py sdist bdist_wheel
99
"""
10+
# TODO: this is deprecated, use pyproject instead
11+
1012
import setuptools
1113
from common.versions import get_version
1214

@@ -19,7 +21,7 @@
1921
version=get_version(),
2022
author="Marco A. Gallegos",
2123
author_email="[email protected]",
22-
description="commit cli for git with some formats, by default short version of odoo format",
24+
description="commit cli for git with some formats, by default conventional commits",
2325
long_description=long_description,
2426
long_description_content_type="text/markdown",
2527
url="https://github.com/marco-gallegos/commit-cli",

0 commit comments

Comments
 (0)