-
Since we need to vote on releases, we create "(\d+).(\d+).(\d+).dev(\d+)" release candidates until a vote passes and then create the "(\d+).(\d+).(\d+)" release based on the release candidate with the…
-
We always have to manually remove versioneer's edits to these files:
```
modified: MANIFEST.in
modified: bokeh/__init__.py
```
The change to `MANIFEST.in` is simply unnesessary/superfluous …
-
Automatic test coverage is an important part of any software project. Happily python-versioneer already has an automated test suite and a continuous integration system to run it for every change. Th…
-
set up circle ci (+ optional versioneer)
-
# Howto version packages?
## Package versionning strategy
- [ ] Do we need a share version number for all packages?
- [ ] Or each packge follow its own version schema?
- [ ] I recommend Semantic…
-
Hey, been having an issue getting this to import properly, here's the main error section, I can get more if you want to see higher up the chain:
```
Collecting matplotlib==3.7.1 (from deforum==0.…
-
The `datashape` package can not be installed in a python 3.12 environment due to `versioneer` module which invokes `configparser.SafeConfigParser()`. This class has been renamed to `ConfigParser` in …
-
## Summary
I've noticed that the version strings on the RTD site always say "dirty", indicating uncommitted changes, even for builds tied to specific releases. This isn't a big problem, but it woul…
-
Currently only set in Pyproject.toml _and_ as a tag. Needs to be updated in Changelog as well.
Not in Python code, so no `__version__`.
Maybe use Versioneer.
-
The error appears to be the same as discussed at https://github.com/pydata/pandas-datareader/issues/969. When I try installing with Python 3.12, I get
```
~ ❯ python3 -m venv khmerEnv
source khme…