ricklamers / gpt-code-ui

An open source implementation of OpenAI's ChatGPT Code interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement] Adding Version.json

AkhilProto opened this issue ยท comments

commented

โš ๏ธ Please check that this feature request hasn't been suggested before.

  • I searched previous Ideas in Discussions didn't find any similar feature requests.
  • I searched previous Issues didn't find any similar feature requests.

๐Ÿ”– Feature description

Adding a Version.json

โœ”๏ธ Solution

We can add a Version.json file to keep track of the version and the new features.

โ“ Alternatives

No response

๐Ÿ“ Additional Context

No response

Acknowledgements

  • My issue title is concise, descriptive, and in title casing.
  • I have searched the existing issues to make sure this feature has not been requested yet.
  • I have provided enough information for the maintainers to understand and evaluate this request.

The version is kept in setup.py. I don't see a reason to use a dedicated versioning file. Please elaborate the reasons why to re-open.

commented

Oh sorry! I was in a hurry to go out, so I couldn't check the setup.py file. I have an idea of making a small message box pop up of the version is outdated and maybe a button on it to update(which will run the setup file). That would be easy for the user to update instead of running the command python setup.py