You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cent

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cent - pypi Package Compare versions

Comparing version
4.0.0
to
4.0.1
+1
-1
cent.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: cent
Version: 4.0.0
Version: 4.0.1
Summary: Python library to communicate with Centrifugo v3 HTTP API

@@ -5,0 +5,0 @@ Home-page: https://github.com/centrifugal/cent

Metadata-Version: 1.1
Name: cent
Version: 4.0.0
Version: 4.0.1
Summary: Python library to communicate with Centrifugo v3 HTTP API

@@ -5,0 +5,0 @@ Home-page: https://github.com/centrifugal/cent

@@ -116,1 +116,13 @@ CENT

* `verify` (default: `True`) - when set to `False` no certificate check will be done during requests.
## For maintainer
To release:
1. Bump version in `setup.py`
1. Changelog, push and create new tag
1. `pip install twine`
1. `pip install wheel`
1. `python setup.py sdist bdist_wheel`
1. `twine check dist/*`
1. `twine upload dist/*`

@@ -20,3 +20,3 @@ import os

name='cent',
version='4.0.0',
version='4.0.1',
description="Python library to communicate with Centrifugo v3 HTTP API",

@@ -23,0 +23,0 @@ long_description=long_description(),