-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Prepare to release 1.13.0.rc1 #739
Conversation
A bit of a chicken and age here, as you need a git tag for the Python version I, therefore, usually do these pushes directly to the main. As you are likely aware, an official release does not make much sense until we release Panel 1.5, because of Bokeh 3.5 support. |
"lockfileVersion": 2, | ||
"requires": true, | ||
"packages": { | ||
"": { | ||
"name": "@holoviz/geoviews", | ||
"version": "1.12.0", | ||
"version": "1.13.0-rc.1", | ||
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@bokeh/bokehjs": "~3.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 3.5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have opened here: #740
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks; how did you get the other versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm update bokeh
in the GeoViews folder
Right I was planning to make a git tag for the Python version after this was approved + merged, and it was a good thing you picked up on the 3.5 thing. Pushing to main is quite scary for me :D |
Ok I'll push this to main directly and release rc |
Nevermind, I don't have permissions I think
|
Then just merge this and try to see if you can tag. |
What if you click on the small arrow next to the button? |
Which one? Isn't that already in the screenshot |
No description provided.