setup.cfg initialized but not created. -When the setup.cfg path is initialized, but the file is not created yet, the version is not read from the setup.cfg file..
0.3.0
Add __str__ dunder. - Implement the __str__ dunder.
0.2.0
Enable the ability to initialize the object with a list containing the version i.e. [1, 2, 3] or ["1", "2", "3"]. Compare (==, <=, <, >=, >, != ) with another SemVerIt object
0.1.1
Add missing parts to setup.cfg and fix semverit.py. Add missing setions and options to setup.cfg after dicontinuation of setup.py. Fix comments in semverit.get_from_setup_cfg.
0.1.0
Discontinue the usage of setup.py. Make configuration changes. Discontinue the usage of setup.py to exclusive usage of setup.cfg. Adapt tests.
0.0.5
Change initial project setup parameters. Updated project description. Introduce the .packageit config structure. Change the github workflow release.yaml to point to production PyPI. Add logging test Changed version in setup.py.