Skip to content

Commit 4457300

Browse files
committed
v0.3.3
1 parent 7068adb commit 4457300

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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).
66

77

8-
## [Unreleased]
8+
## [0.3.3] - 2022-12-9 [PyPI](https://pypi.org/project/chatgpt-gui/0.3.3)
99
### Added
1010
- Better `Authenticator` error messages
1111
- Now includes a traceback under the "Show Details..." button
@@ -73,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7373
- Basic input and output communication to ChatGPT
7474

7575

76-
[Unreleased]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.2...HEAD
76+
[Unreleased]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.3...HEAD
77+
[0.3.3]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.2...v0.3.3
7778
[0.3.2]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.1...v0.3.2
7879
[0.3.1]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3...v0.3.1
7980
[0.3]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.2...v0.3

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=0)
128+
__version__ = _stringify(*__version_info__)
129129
"""String representation of version number."""

0 commit comments

Comments
 (0)