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

Version is still 0.4.2 in 1.1.0-rc1 metadata #59

Open
musicinmybrain opened this issue Feb 28, 2024 · 1 comment
Open

Version is still 0.4.2 in 1.1.0-rc1 metadata #59

musicinmybrain opened this issue Feb 28, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@musicinmybrain
Copy link
Contributor

As of 1.1.0-rc1, the version in the package, which ends up in the wheel metadata, is still at 0.4.2.

__version__ = "0.4.2"

Please make sure this matches the actual version for the 1.1.0 final release. Thanks!

lbeckman314 added a commit that referenced this issue Feb 29, 2024
- Fix version to match PyPi release (#59)
@lbeckman314
Copy link
Member

lbeckman314 commented Feb 29, 2024

Good catch! Just updated the version in the release-1.1.0 branch to match that on PyPi.

__version__ = "1.1.0-rc.1"

Will keep this value in sync in future version bumps, and update master and develop branches when the release branch is merged.

Thanks for finding this!

@lbeckman314 lbeckman314 self-assigned this Feb 29, 2024
@lbeckman314 lbeckman314 added this to the 1.0.0 milestone Feb 29, 2024
lbeckman314 added a commit that referenced this issue Nov 1, 2024
* feat: support Python 3.7+; drop Python 2.7,<3.7

* feat: pass through json serialization options

* docs: add advanced usage examples

* feat: spec-compliant routes, with legacy support

* fix: remove debug messages

* test: increase unit test coverage (#52)

* test: increase unit test coverage

* Update tests.yml

---------

Co-authored-by: Liam Beckman <[email protected]>

* docs: browsable API reference on GitHub Pages (#49)

* docs: browsable API reference on GitHub Pages

* Update tests.yml

---------

Co-authored-by: Liam Beckman <[email protected]>

* Minor release testing updates

* Update support for Service Info (#55)

- Fix version to match PyPi release (#59)

* Add integration test with Funnel

* Add initial TES integration test (Funnel)

* Add Tmate debug session

* Update Funnel installation

* Re-add all unit tests

* Fix Funnel download issue with correct rc version

* Add latest stable Python to test matrix

* Fix unit tests not reaching Funnel

* Increase test coverage

* Minor linting fix

* Update raised exception for invalid server response

* Update README

* Update README.md

* Exclude tests from packages (#58)

* Add in 3 fields missing in the models for tes.

---------

Co-authored-by: Alex Kanitz <[email protected]>
Co-authored-by: Kyle Ellrott <[email protected]>
Co-authored-by: Ben Beasley <[email protected]>
Co-authored-by: Venkat Malladi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants