Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlflr committed Oct 2, 2024
1 parent 219389d commit 1569c89
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
sphinx>=7.3.7 ; python_version >= '3.9'
sphinx-rtd-theme>=1.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
prospector>=1.10.3 ; python_full_version >= '3.7.2' and python_version < '4.0'
prospector>=1.10.3 ; python_version < '4.0' and python_full_version >= '3.7.2'
coverage>=7.6.1 ; python_version >= '3.8'
pynose>=1.5.3 ; python_version >= '3.7'
nose-htmloutput>=0.6.0
Expand All @@ -21,5 +21,5 @@ gitwrapperlib>=1.0.4
twine>=4.0.2 ; python_version >= '3.7'
coloredlogs>=15.0.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
emoji>=2.13.2 ; python_version >= '3.7'
toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
typing-extensions>=4.12.2 ; python_version >= '3.8'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
boto3>=1.35.31 ; python_version >= '3.8'
opnieuw>=1.2.1 ; python_version >= '3.7'
python-dateutil>=2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
python-dateutil>=2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
schema~=0.7.7
requests~=2.32.3 ; python_version >= '3.8'
pyyaml~=6.0.2 ; python_version >= '3.8'

0 comments on commit 1569c89

Please sign in to comment.