Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["pywwt", "npm"]
version = "0.9.1"
age = 0

[[projects]]
qnames = ["pywwt", "pypa"]
version = "0.9.0"
age = 1000

+++
  • Loading branch information
cranko committed Oct 18, 2020
1 parent d1f678f commit 21cc525
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rc: micro bump
# npm:pywwt 0.9.1 (2020-10-18)

- First release with version number decoupled from the pywwt Python package.
- No code chages, but internal reorganizations including the use of Cranko for
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"clean": "shx rm -rf dist",
"pywwt-export": "npm run build && npm pack && node pywwt-export.js"
},
"version": "0.0.0-dev.0"
"version": "0.9.1"
}
2 changes: 1 addition & 1 deletion pywwt/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 0, 0, 'dev', 0) # cranko project-version tuple
version_info = (0, 9, 0, 'final', 0) # cranko project-version tuple

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

Expand Down
2 changes: 1 addition & 1 deletion pywwt/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__all__ = ['WWTJupyterWidget']

_npm_version = '0.0.0-dev.0' # cranko internal-req npm:pywwt
_npm_version = '^0.9.0' # cranko internal-req npm:pywwt
VIEW_MODULE_VERSION = _npm_version
MODEL_MODULE_VERSION = _npm_version

Expand Down

0 comments on commit 21cc525

Please sign in to comment.