Skip to content

Commit 3f735fd

Browse files
committed
Bump up version to v1.7.0
1 parent 30d4c5a commit 3f735fd

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Added
1414

15-
- Support for Python 3.7
15+
[v1.7.0][1.7.0]
16+
-------------------------------------------------------------------------
17+
18+
### Changed
19+
20+
- Remove CRLF line endings [#353][353]
21+
22+
### Fixed
23+
24+
- Update usage.rst [#360][360]
25+
26+
### Added
27+
28+
- Support for Python 3.7 [#375][375] [#379][379] [#384][384]
1629

1730
[v1.6.4][1.6.4]
1831
-------------------------------------------------------------------------
@@ -214,6 +227,7 @@ rarely used. Users affected by this should upgrade to 3.3+.
214227
[1.6.1]: https://github.com/jpadilla/pyjwt/compare/1.6.0...1.6.1
215228
[1.6.3]: https://github.com/jpadilla/pyjwt/compare/1.6.1...1.6.3
216229
[1.6.4]: https://github.com/jpadilla/pyjwt/compare/1.6.3...1.6.4
230+
[1.7.0]: https://github.com/jpadilla/pyjwt/compare/1.6.4...1.7.0
217231

218232
[109]: https://github.com/jpadilla/pyjwt/pull/109
219233
[110]: https://github.com/jpadilla/pyjwt/pull/110
@@ -260,5 +274,10 @@ rarely used. Users affected by this should upgrade to 3.3+.
260274
[344]: https://github.com/jpadilla/pyjwt/pull/344
261275
[350]: https://github.com/jpadilla/pyjwt/pull/350
262276
[352]: https://github.com/jpadilla/pyjwt/pull/352
277+
[353]: https://github.com/jpadilla/pyjwt/pull/353
278+
[360]: https://github.com/jpadilla/pyjwt/pull/360
279+
[375]: https://github.com/jpadilla/pyjwt/pull/375
280+
[379]: https://github.com/jpadilla/pyjwt/pull/379
281+
[384]: https://github.com/jpadilla/pyjwt/pull/384
263282
[7c1e61d]: https://github.com/jpadilla/pyjwt/commit/7c1e61dde27bafe16e7d1bb6e35199e778962742
264283
[7ca41e]: https://github.com/jpadilla/pyjwt/commit/7ca41e53b3d7d9f5cd31bdd8a2b832d192006239

jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
__title__ = 'pyjwt'
13-
__version__ = '1.6.4'
13+
__version__ = '1.7.0'
1414
__author__ = 'José Padilla'
1515
__license__ = 'MIT'
1616
__copyright__ = 'Copyright 2015-2018 José Padilla'

0 commit comments

Comments
 (0)