Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubicpath committed Dec 13, 2022
1 parent 60d9493 commit c92d5cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [Unreleased]
## [0.4] - 2022-12-13 [PyPI](https://pypi.org/project/chatgpt-gui/0.4)
### Added
- Automatic `cf_clearance` and `__cf_bm` support
- Proxy settings
Expand Down Expand Up @@ -84,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Basic input and output communication to ChatGPT


[Unreleased]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.4...HEAD
[0.4]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.2...v0.4
[0.3.3]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion src/chatgpt_gui/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 2) We can load it in setup.cfg
# 3) We can import it into modules

__version_info__ = (0, 3, 3, 'final', 0)
__version_info__ = (0, 4, 0, 'final', 0)
"""Major, Minor, Micro, Release level, Serial in respective order."""


Expand Down

0 comments on commit c92d5cd

Please sign in to comment.