Skip to content

Commit 615dc58

Browse files
release notes, setup.py version
1 parent dcd2ad5 commit 615dc58

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.0.2] - 2024-01-06
8+
### Fixed
9+
- Fix documentation links in docstrings by @amureki
10+
### Added
11+
- Share session between requests by @allburov in #31
812

913
## [2.0.1] - 2020-02-02
1014
### Fixed

pusher_push_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import six
1414
from six.moves import urllib
1515

16-
SDK_VERSION = '2.0.1'
16+
SDK_VERSION = '2.0.2'
1717

1818
INTEREST_MAX_LENGTH = 164
1919
INTEREST_REGEX = re.compile('^(_|-|=|@|,|\\.|;|[A-Z]|[a-z]|[0-9])*$')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = '2.0.1'
5+
__version__ = '2.0.2'
66

77
here = path.abspath(path.dirname(__file__))
88

0 commit comments

Comments
 (0)