Skip to content

Commit 74fbec3

Browse files
authored
chore: Release version 1.2.0 (#2652)
* Bump version: 1.1.2 → 1.2.0-rc.0 * Bump version: 1.2.0-rc.0 → 1.2.0
1 parent 5d4c782 commit 74fbec3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.2
2+
current_version = 1.2.0
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<prerel>rc)\.(?P<prerelversion>\d+))?
55
serialize =

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cellxgene",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"license": "MIT",
55
"description": "cellxgene is a web application for the interactive exploration of single cell sequence data.",
66
"repository": "https://github.com/chanzuckerberg/cellxgene",

server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from server.common.utils.utils import import_plugins
44

5-
__version__ = "1.1.2"
5+
__version__ = "1.2.0"
66
display_version = "cellxgene v" + __version__
77

88
try:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="cellxgene",
17-
version="1.1.2",
17+
version="1.2.0",
1818
packages=find_packages(),
1919
url="https://github.com/chanzuckerberg/cellxgene",
2020
license="MIT",

0 commit comments

Comments
 (0)