We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b511372 commit 9813c70Copy full SHA for 9813c70
CHANGELOG.md
@@ -1,5 +1,17 @@
1
## Changelog
2
3
+### v2.0.0
4
+
5
+- changed copyright notice from "Christopher Simpkins" to "Source Foundry Authors"
6
+- eliminated Python 2 interpreter support
7
+- updated shebang lines to `#!/usr/bin/env python3`
8
+- black formatting for source files
9
+- refactored Travis CI settings file
10
+- modified Travis CI testing to Python 3.5 - 3.7
11
+- refactored Appveyor CI settings file
12
+- modified Appveyor CI testing to Python 3.5 - 3.7
13
+-
14
15
### v1.0.1
16
17
- removed unused variables in commands module
0 commit comments