-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
@mattpap or @philippjfr do you have a preferred way for updating version information? Currently the DEVGUIDE.md shows the following.
Update package version
| File | Entry | Content |
|---|---|---|
ipywidgets_bokeh/__init__.py |
__version__ |
1.0.0dev2 |
ipywidgets_bokeh/kernel.py |
implementation_version |
1.0.0dev2 |
ipywidgets_bokeh/package.json |
version |
1.0.0-dev.2 |
setup.py |
version |
1.0.0dev2 |
This is a lot of spots where one needs to update this info. I can make something that models the preferred way of propagating this info into all the requisite spots. Just point me to what you want and I'll make a PR for it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request