Skip to content

Commit

Permalink
Update to version 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Mar 8, 2022
1 parent 0ec7d87 commit 03c4510
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Expand Up @@ -2,9 +2,9 @@

* Update bqplot-image-gl/_version.py
* Update js/package.json
* Add and commit, e.g. `git add -u; git commit -m 'Update to version 1.4.5'`
* Tag: `git tag 1.4.5`
* Release using push: `git push upstream master 1.4.5`
* Add and commit, e.g. `git add -u; git commit -m 'Update to version 1.4.6'`
* Tag: `git tag 1.4.6`
* Release using push: `git push upstream master 1.4.6`

# Manual:
## To release a new version of bqplot-image-gl on PyPI:
Expand Down
2 changes: 1 addition & 1 deletion bqplot_image_gl/_version.py
@@ -1,4 +1,4 @@
version_info = (1, 4, 5, 'final', 0)
version_info = (1, 4, 6, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
@@ -1,6 +1,6 @@
{
"name": "bqplot-image-gl",
"version": "1.4.5",
"version": "1.4.6",
"description": "An ipywidget image widget for astronomical purposes",
"author": "Maarten A. Breddels",
"main": "lib/index.js",
Expand Down

0 comments on commit 03c4510

Please sign in to comment.