Saurabh Kumar
Saurabh Kumar
@CuriousLearner what do you get with `--no-tag --no-commit` option. Also, can you attach you bumpversion config, it should be available either in `.bumpversion` or `setup.cfg`
Related issue: https://github.com/peritus/bumpversion/issues/75
You'll need to add `OPTION_VALUE_EDITABLE=True` in your `settings.py`
I'll have a look at why test are failing and then merge
Thanks for heads-up: [ ] python3 [ ] ntfs-3g I'll add them up, kind of basic stuff. [ ] ansible This can be installed per project in virtualenv. [ ]...
We have a similar request here: - https://github.com/theskumar/python-dotenv/issues/372 I like the approach of using exceptions after passing an additional parameter, `raise_exception=True`. As this library is still not v1, I think...
@awhileback Can you share the code where you are loading the .env file in your Django code?
@ShivKJ As the project usage click under the hood. You can try using https://click.palletsprojects.com/en/8.1.x/shell-completion/ until any official supported shell completion is available. Let me know if that doesn't work. Cheers.
Thanks @harveer07