Skip to content

Commit

Permalink
Publish 0.0.37
Browse files Browse the repository at this point in the history
SHA256 hashes:

fps_auth-0.0.37-py2.py3-none-any.whl: 885fa1a4d5a53f8636b199402e62754bdce5896f3a269ad2abf572d5abf5887d

fps_auth-0.0.37.tar.gz: e305be96d6116aef8263e6610ce219c1c454bcf18cdecb1a61e706c2a19583a1

fps_auth_fief-0.0.37-py2.py3-none-any.whl: 4c5ff7c0e654ad47836e8e3988061b356f1b90e6b526f85f3d8aaddedde4088a

fps_auth_fief-0.0.37.tar.gz: 14179c8383c36480151ec5cf0c83826c981d75566f0ffd35c179e1d4bc4dd0e0

fps_contents-0.0.37-py2.py3-none-any.whl: edd984bc3fa4c9d87d48e081520936a85d7a02ea827cb663198b175c3acbadde

fps_contents-0.0.37.tar.gz: 29adcaad7a60d2d694626a86f24e0638c58d06a3debc233f440998f27ea735b0

fps_jupyterlab-0.0.37-py2.py3-none-any.whl: 115bd2e915648d4986c1e5ae6bf714f1c1080842b92e1cde292bf328a98b369e

fps_jupyterlab-0.0.37.tar.gz: e1e3d1615e98574308b51b859301b19c1812691cb3e30fda7ab6506041891d11

fps_kernels-0.0.37-py2.py3-none-any.whl: 69b3a0c1c754ac06af58b1b1c27a9fb307abcc437342f8b8a64ee57173edfc50

fps_kernels-0.0.37.tar.gz: 399436e60deca8bae4e17213adfab54c1eaade910c5854d5c512854bda2fda5e

fps_lab-0.0.37-py2.py3-none-any.whl: 8eca831f725c422cc1aa6af0d53bd05bb053897f35ea14c2933e4d03761b979c

fps_lab-0.0.37.tar.gz: 8a38faf9c43466529d8921bc6e09dc9b9bf32a9859eee404949666116a69fe17

fps_login-0.0.37-py2.py3-none-any.whl: 7a7d1eb0b98cd2bfe2774d17973de7657276214770db10980f13f14271a89d20

fps_login-0.0.37.tar.gz: 86686468ed7afc7a2cf96d23daea0c61effef6d62b4aaa9b19a8656ca29dfef1

fps_nbconvert-0.0.37-py2.py3-none-any.whl: 7a1e4fac614b23a89e93b8c4f37880e4e0ad6fcfbaf9298b10bca4c3e3a26778

fps_nbconvert-0.0.37.tar.gz: 460e09eca6661cbfcc87196760fba77bb14b994c67bbcb6272b379038fb5dded

fps_retrolab-0.0.37-py2.py3-none-any.whl: b1367c9828f2aef331aed2758e987d07f1e672874fa841e2c9452268e606b375

fps_retrolab-0.0.37.tar.gz: fefc31da73ceb017945b0e0c7772bb472065864a5057f2a9fe3ceb3352414795

fps_terminals-0.0.37-py2.py3-none-any.whl: bf5580becc4c02307b99e418310c72a772d3c40c5d38fab2e3335605508d9125

fps_terminals-0.0.37.tar.gz: 195cb201ddd4fd43ea2c157d09adb987862a91e5ae70601d62ab289ac440f9b1

fps_yjs-0.0.37-py2.py3-none-any.whl: e452b9a40901800931ec6891530a00e5581e4eb1720854e6edbd1fc74d47f44b

fps_yjs-0.0.37.tar.gz: 3ec78366d0ee7977fd7f529fafc3455a88edcc004ddc1bc669e63d7ff8e9abfd

jupyverse-0.0.37-py2.py3-none-any.whl: 839f0e950d9960487991346a75433dda4d8ff41d5088674b8f9e04e35644c09f

jupyverse-0.0.37.tar.gz: 6367931794924b83c5349db6ed4dec46a6434175f6b7c1f122e1dc4528cf7392
  • Loading branch information
github-actions[bot] committed Sep 1, 2022
1 parent 8a497dc commit 5e56c32
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion jupyverse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pkg_resources

__version__ = "0.0.36"
__version__ = "0.0.37"

auth = {ep.name: ep.load() for ep in pkg_resources.iter_entry_points(group="jupyverse_auth")}

Expand Down
2 changes: 1 addition & 1 deletion plugins/auth/fps_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/auth_fief/fps_auth_fief/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/auth_fief/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/contents/fps_contents/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/contents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/jupyterlab/fps_jupyterlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/jupyterlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/kernels/fps_kernels/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/kernels/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/lab/fps_lab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/lab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/login/fps_login/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/login/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/nbconvert/fps_nbconvert/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/nbconvert/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/retrolab/fps_retrolab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/retrolab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/terminals/fps_terminals/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/terminals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/yjs/fps_yjs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
2 changes: 1 addition & 1 deletion plugins/yjs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.36"
current = "0.0.37"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 5e56c32

Please sign in to comment.