Skip to content

Commit 0625897

Browse files
authored
4.0.0 (#80)
small change, includes: #78
1 parent 97900e4 commit 0625897

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
3.0.0 (April 26th 2018)
513
------------------
614

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '3.0.0'
3+
version = '4.0.0'
44

55

66
def get_requirements(file_path):

0 commit comments

Comments
 (0)