kayak / pypika

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
http://pypika.readthedocs.io/en/latest/
Apache License 2.0
2.5k stars 295 forks source link

Bump the version of pypika and start a Changelog #763

Open AzisK opened 11 months ago

AzisK commented 11 months ago

Please bump the version of pypika according to these guidelines https://py-pkgs.org/07-releasing-versioning.html#version-numbering.

Additionally start a CHANGELOG.md file that describe the changes between the last and the newest versions.

wd60622 commented 11 months ago

I've been playing around with GitHub release notes which automate this based on the PR labels: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes It's very easy to setup but would require PR labels which some defaults are already setup.

Also, GitHub provides issue templates which might help organize the issues / questions coming in

wd60622 commented 8 months ago

This might want to be extended to general CI/CD including #344 The repo is already tagged at 0.49.0 which doesn't to have a PyPI release

If needed, do you have the ability to kick off a release @AzisK?