Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Sep 18, 2019
1 parent df1dd7d commit 4564503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Cyclone
=======

[![PyPI version](https://pypi.org/project/cyclone)](https://img.shields.io/pypi/v/cyclone.svg?style=flat)
[![Build Status](https://travis-ci.org/fiorix/cyclone.svg?branch=master)](https://travis-ci.org/fiorix/cyclone)
[![Coverage Status](https://coveralls.io/repos/github/fiorix/cyclone/badge.svg?branch=master)](https://coveralls.io/github/fiorix/cyclone?branch=master)
[![Supported Python versions](https://pypi.org/project/cyclone)](https://img.shields.io/pypi/pyversions/cyclone.svg)

Cyclone is a web server framework for Python, that implements the Tornado API
as a Twisted protocol.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setuptools.setup(
name="cyclone",
version="1.2",
version="1.3",
author="fiorix",
author_email="[email protected]",
url="http://cyclone.io/",
Expand All @@ -60,4 +60,4 @@
scripts=["scripts/cyclone"],
install_requires=["twisted==19.2.1","pyOpenSSL==19.0.0"],
classifiers=CLASSIFIERS,
)
)

0 comments on commit 4564503

Please sign in to comment.