Skip to content
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

Simplify versioning #2581

Merged
merged 1 commit into from
May 5, 2024
Merged

Conversation

Kodiologist
Copy link
Member

@Kodiologist Kodiologist commented May 1, 2024

Notes to self for when this is merged:

  • Edit the release instructions.
  • Arrange Hyrule similarly.

@tianon
Copy link
Member

tianon commented May 1, 2024

I've had some pains in packaging thanks to this setup, and I think this will help alleviate them! 😀🫡

Edit: specifically, https://salsa.debian.org/hy-team/hy/-/blob/3226dc25bd1da90d0d65713d0beb80434f1a9aba/debian/rules#L16 being the latest iteration (which is fairly clean now, but IIRC it's been dicier in the past)

Trying to get a distinct version number for each unreleased Git commit is probably no longer worth the trouble (of pip's buggy packaging of `get_version.py` etc.) now that Hy isn't such a moving target. For each release, I'll just update `hy.__version__` and the version in `setup.py`, then revert those changes in the following commit.
@Kodiologist Kodiologist merged commit 5461f6f into hylang:master May 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants