Skip to content

Commit 85f706e

Browse files
committed
v0.1
1 parent ab32421 commit 85f706e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
8+
## [0.1] - 2022-12-4 [PyPI](https://pypi.org/project/chatgpt-gui/0.1)
9+
### Added
10+
- GUI from HaloInfiniteGetter
11+
- Session token client
12+
- Basic input and output communication to ChatGPT
13+
14+
[0.1]: https://github.com/Cubicpath/HaloInfiniteGetter/releases/tag/v0.1

src/chatgpt_gui/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ def _stringify(major: int, minor: int, micro: int = 0, releaselevel: str = 'fina
125125
return v_number
126126

127127

128-
__version__ = _stringify(*__version_info__, dev=1)
128+
__version__ = _stringify(*__version_info__)
129129
"""String representation of version number."""

0 commit comments

Comments
 (0)