release version 1.1.0 (#2548)

* Bump version: 1.0.1 → 1.1.0-rc.0

* bump version to v1.1.0

* Bump version: 1.1.0-rc.0 → 1.1.0-rc.1

* bump version to v1.1.0 rc1

rc0 was previously used by an aborted release attempt

* Bump version: 1.1.0-rc.1 → 1.1.0

Co-authored-by: Seve Badajoz <severiano.badajoz@chanzuckerberg.com>
Co-authored-by: Severiano Badajoz <sbadajoz@chanzuckerberg.com>
This commit is contained in:
Andrew Tolopko
2022-08-23 13:02:23 -04:00
committed by GitHub
parent 11b948369f
commit a9044b01df
5 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.1.0
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<prerel>rc)\.(?P<prerelversion>\d+))?
serialize =

View File

@@ -1,12 +1,12 @@
{
"name": "cellxgene",
"version": "1.0.1",
"version": "1.1.0-rc.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cellxgene",
"version": "1.0.1",
"version": "1.1.0-rc.1",
"license": "MIT",
"dependencies": {
"@babel/eslint-parser": "^7.15.0",
@@ -21331,7 +21331,9 @@
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
"dev": true,
"requires": {}
"requires": {
"ajv": "^8.0.0"
}
},
"ajv-keywords": {
"version": "5.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "cellxgene",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"description": "cellxgene is a web application for the interactive exploration of single cell sequence data.",
"repository": "https://github.com/chanzuckerberg/cellxgene",

View File

@@ -2,7 +2,7 @@ import logging
import sys
from server.common.utils.utils import import_plugins
__version__ = "1.0.1"
__version__ = "1.1.0"
display_version = "cellxgene v" + __version__
try:

View File

@@ -14,7 +14,7 @@ with open("server/requirements-annotate.txt") as fh:
setup(
name="cellxgene",
version="1.0.1",
version="1.1.0",
packages=find_packages(),
url="https://github.com/chanzuckerberg/cellxgene",
license="MIT",