yt-project / widgyts

Widgets for yt
https://widgyts.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 10 forks source link

Make version updating easier #30

Closed munkm closed 5 years ago

munkm commented 5 years ago

Currently when we do a release and bump up the version we need to modify the version numbering manually in all of all of our model modules and view modules. This makes that a little easier by pulling in a version from the _version.py file (which is modified in the release process anyways) on the python side and from package.json on the js side. Only these two files should need to be modified for future version updates.

I've also added yarn.lock to gitignore now that we've added jupyter lab support.