-
Notifications
You must be signed in to change notification settings - Fork 162
Missing git tags #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
development
Issue/PR: Modification in workflows, packaging, etc.
outdated
Issue/PR: Open for more than 3 months
Comments
This was referenced Mar 6, 2023
yozachar
added a commit
to yozachar/pyvalidators
that referenced
this issue
Mar 20, 2023
- `setup.py` is auto generated by `poetry build` - `pip install -e .` and editable install is supported - minimum required python version is now 3.8 - better dependency grouping - adds more option to linting formatting and type checking - fix missing git tags for minor version - `MANIFEST.in` is now covered by `pyproject.toml` - `CHANGES.md` replaces `CHANGES.rst` **Related items** *Issues* - Closes python-validators#129 - Closes python-validators#209
yozachar
added a commit
to yozachar/pyvalidators
that referenced
this issue
Mar 20, 2023
- `setup.py` is auto generated by `poetry build` - `pip install -e .` and editable install is supported - minimum required python version is now 3.8 - better development dependency grouping - adds more option to linting, formatting & type checking - fix missing git tags for minor version - `MANIFEST.in` is now covered by `pyproject.toml` - `CHANGES.md` replaces `CHANGES.rst` **Related items** *Issues* - Closes python-validators#129 - Closes python-validators#209
yozachar
added a commit
to yozachar/pyvalidators
that referenced
this issue
Mar 20, 2023
- `setup.py` is auto generated by `poetry build` - `pip install -e .` and editable install is supported - minimum required python version is now 3.8 - better development dependency grouping - adds more option to linting, formatting & type checking - fix missing git tags for minor version - `MANIFEST.in` is now covered by `pyproject.toml` - `CHANGES.md` replaces `CHANGES.rst` **Related items** *Issues* - Closes python-validators#129 - Closes python-validators#209
yozachar
added a commit
to yozachar/pyvalidators
that referenced
this issue
Mar 20, 2023
- `setup.py` is auto generated by `poetry build` - `pip install -e .` and editable install is supported - minimum required python version is now 3.8 - better development dependency grouping - adds more option to linting, formatting & type checking - fix missing git tags for minor version - `MANIFEST.in` is now covered by `pyproject.toml` - `CHANGES.md` replaces `CHANGES.rst` **Related items** *Issues* - Closes python-validators#129 - Closes python-validators#209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
development
Issue/PR: Modification in workflows, packaging, etc.
outdated
Issue/PR: Open for more than 3 months
A number of releases are missing corresponding git tags, E.G.:
0.13.0
0.12.6
0.12.3
0.12.2
0.12.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Can you please push these?
The text was updated successfully, but these errors were encountered: