Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Dec 24, 2024
1 parent 8ce811f commit 684057c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.6.0
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Or
## Manual bump
* 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.5.0'`
* Tag: `git tag 1.5.0`
* Release using push: `git push upstream master 1.5.0`
* Add and commit, e.g. `git add -u; git commit -m 'Update to version 1.6.0'`
* Tag: `git tag 1.6.0`
* Release using push: `git push upstream master 1.6.0`

# 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.0'
__version__ = '1.6.0'
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bqplot-image-gl",
"version": "1.5.0",
"version": "1.6.0",
"description": "An ipywidget image widget for astronomical purposes",
"author": "Maarten A. Breddels",
"main": "lib/index.js",
Expand Down

0 comments on commit 684057c

Please sign in to comment.