Skip to content

Commit 67cd411

Browse files
committed
Increase version count prior to release - v0.2.7
1 parent 0e4a8e1 commit 67cd411

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,11 @@
143143
**What's new?**
144144

145145
- Bug fixed - *reset conversation* - **bard**
146-
- Bug fixed - *low `httpx` logging level*. - **bard**
146+
- Bug fixed - *low `httpx` logging level*. - **bard**
147+
148+
## v0.2.7
149+
150+
**What's new?**
151+
152+
- Busy bar disabled when `--quiet` issued in *generate* mode. #12 Thanks to @johnd0e
153+
- `interactive` takes action on `$ pytgpt` otherwise one has to explictly declare the action. #11

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<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>
99
-->
1010
<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>
11-
<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>
11+
<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>
1212
<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>
1313
<a href="#"><img alt="Passing" src="https://img.shields.io/static/v1?logo=Docs&label=Docs&message=Passing&color=green"/></a>
1414
<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>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="python-tgpt",
17-
version="0.2.6",
17+
version="0.2.7",
1818
license="MIT",
1919
author="Smartwa",
2020
maintainer="Smartwa",

src/pytgpt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .utils import appdir
22

3-
__version__ = "0.2.6"
3+
__version__ = "0.2.7"
44
__author__ = "Smartwa"
55
__repo__ = "https://github.com/Simatwa/python-tgpt"
66

0 commit comments

Comments
 (0)