Compare commits

..
Author SHA1 Message Date
Kevin FronczakandGitHub ff306b87d2 Merge pull request #439 from fronzbot/dev
0.17.1
2021-02-18 09:49:17 -05:00
Kevin FronczakandGitHub 1ced64de65 Merge pull request #434 from fronzbot/dev
0.17.0
2021-02-15 10:30:52 -05:00
Kevin FronczakandGitHub 37350da1b2 Merge pull request #402 from fronzbot/dev
0.16.4
2020-11-22 23:33:15 -05:00
Kevin FronczakandGitHub 19b7eef123 Merge pull request #363 from fronzbot/dev
0.16.3
2020-08-01 23:33:38 -04:00
Kevin FronczakandGitHub 6bd8d14190 Merge pull request #359 from fronzbot/dev
0.16.2
2020-08-01 23:12:25 -04:00
Kevin FronczakandGitHub f6ddfbe5cf Merge pull request #349 from fronzbot/dev
0.16.1
2020-07-29 11:32:04 -04:00
Kevin FronczakandGitHub 1b66eddfb4 Merge pull request #340 from fronzbot/dev
0.16.0
2020-07-20 23:01:30 -04:00
3 changed files with 11 additions and 20 deletions
-9
View File
@@ -1,9 +0,0 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
reviewers:
- fronzbot
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 18
PATCH_VERSION = "0.dev0"
MINOR_VERSION = 17
PATCH_VERSION = 1
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
+9 -9
View File
@@ -1,14 +1,14 @@
black==21.6b0
coverage==5.5
flake8==3.9.1
flake8-docstrings==1.6.0
pre-commit==2.12.1
pylint==2.8.2
pydocstyle==6.0.0
pytest==6.2.4
black==19.10b0
coverage==5.4
flake8==3.8.4
flake8-docstrings==1.5.0
pre-commit==2.10.1
pylint==2.6.2
pydocstyle==5.1.1
pytest==6.2.2
pytest-cov==2.11.1
pytest-sugar==0.9.4
pytest-timeout==1.4.2
restructuredtext-lint==1.3.2
pygments==2.9.0
pygments==2.8.0
testtools>=2.4.0