Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jan 6, 2016
1 parent c4990d2 commit fd3e020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ver. 1.1.0 - 2016-Jan-06
Ver. 1.1.1 - 2016-Jan-06
============================
* Full support for python 3.5
* Pulsar **1.1.x** is the last minor release ("major.minor.micro") to support python 3.4
Expand Down
2 changes: 1 addition & 1 deletion pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .utils.version import get_version


VERSION = (1, 1, 0, 'final', 0)
VERSION = (1, 1, 1, 'final', 0)

__version__ = version = get_version(VERSION)
__license__ = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion releases/release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tag_name": "1.1.0",
"tag_name": "1.1.1",
"name": "HTTP client improvements"
}

0 comments on commit fd3e020

Please sign in to comment.