Skip to content

Commit

Permalink
Increase version count prior to release - v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Jan 17, 2024
1 parent 0e4a8e1 commit 67cd411
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,11 @@
**What's new?**

- Bug fixed - *reset conversation* - **bard**
- Bug fixed - *low `httpx` logging level*. - **bard**
- Bug fixed - *low `httpx` logging level*. - **bard**

## v0.2.7

**What's new?**

- Busy bar disabled when `--quiet` issued in *generate* mode. #12 Thanks to @johnd0e
- `interactive` takes action on `$ pytgpt` otherwise one has to explictly declare the action. #11
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://github.com/Simatwa/python-tgpt/actions/workflows/python-test.yml"><img src="https://github.com/Simatwa/python-tgpt/actions/workflows/python-test.yml/badge.svg" alt="Python Test"/></a>
-->
<a href="https://github.com/Simatwa/python-tgpt/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/static/v1?logo=GPL&color=Blue&message=MIT&label=License"/></a>
<a href="https://pypi.org/project/python-tgpt"><img alt="PyPi" src="https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=0.2.6&color=green"/></a>
<a href="https://pypi.org/project/python-tgpt"><img alt="PyPi" src="https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=0.2.7&color=green"/></a>
<a href="https://github.com/psf/black"><img alt="Black" src="https://img.shields.io/static/v1?logo=Black&label=Code-style&message=Black"/></a>
<a href="#"><img alt="Passing" src="https://img.shields.io/static/v1?logo=Docs&label=Docs&message=Passing&color=green"/></a>
<a href="https://github.com/Simatwa/python-tgpt/actions/workflows/python-package.yml"><img src="https://github.com/Simatwa/python-tgpt/actions/workflows/python-package.yml/badge.svg"/></a>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="python-tgpt",
version="0.2.6",
version="0.2.7",
license="MIT",
author="Smartwa",
maintainer="Smartwa",
Expand Down
2 changes: 1 addition & 1 deletion src/pytgpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .utils import appdir

__version__ = "0.2.6"
__version__ = "0.2.7"
__author__ = "Smartwa"
__repo__ = "https://github.com/Simatwa/python-tgpt"

Expand Down

0 comments on commit 67cd411

Please # to comment.