Skip to content

Commit d5501b5

Browse files
committed
bump to 3.6.5
1 parent 9f7973e commit d5501b5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
### NEXT (unreleased)
1+
### 3.6.5 2019-07-09
22

3-
* Update user tests
43
* Fix broken pickup tests
54
* Fix broken reports tests
65
* Make tests run on Python 3.7
76
* Fix typo in `install_requires` causing `six` to not be installed by pip (gh-84 from @roehnan)
87

8+
### 3.6.4 2018-04-09 (never actually released)
9+
* Update user tests
10+
911
### 3.6.3 2018-02-05
1012

1113
* Fix issue with responses that contain an `api_key` field (gh-67)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.4-unreleased
1+
3.6.5

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"Programming Language :: Python :: 3.4",
3535
"Programming Language :: Python :: 3.5",
3636
"Programming Language :: Python :: 3.6",
37+
"Programming Language :: Python :: 3.7",
3738
"Intended Audience :: Developers",
3839
"Operating System :: OS Independent",
3940
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)