We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97900e4 commit 0625897Copy full SHA for 0625897
CHANGES.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+4.0.0 (July 16th 2018)
5
+------------------
6
+
7
+### Remove test folder from packaging and installation.
8
9
+- Makes it less likely for someone to make a mistake and get this by accident.
10
11
12
3.0.0 (April 26th 2018)
13
------------------
14
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '3.0.0'
+version = '4.0.0'
def get_requirements(file_path):
0 commit comments