Skip to content

Commit

Permalink
chore: Update project dependencies. Bump to beta version! yay! (#235)
Browse files Browse the repository at this point in the history
* chore: Update project dependencies

* Bump version: 0.0.86 → 0.1.0
  • Loading branch information
ismet55555 authored Sep 8, 2024
1 parent 4d7f6a7 commit 6f6a6fc
Show file tree
Hide file tree
Showing 7 changed files with 786 additions and 799 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.86
current_version = 0.1.0
commit = True
tag = True
allow_dirty = False
Expand Down
1,565 changes: 776 additions & 789 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.86
0.1.0
2 changes: 1 addition & 1 deletion docs/source/cli_outline.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Below is a complete outline of the `yojenkins` CLI command structure.

!!! note
As of Version: **0.0.86**
As of Version: **0.1.0**

```text
yojenkins
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This file for setup.py run

PyYAML==6.0
click-help-colors==0.9.1
click==8.1.3
click-help-colors==0.9.4
click==8.1.7
coloredlogs==15.0.1
docker==6.0.1
docker==7.1.0
json2xml
pypiwin32; platform_system == "Windows"
python-jenkins==1.8.0.0a0
python-jenkins==1.8.2
pywin32; platform_system == "Windows" # docker package needs 227!
requests-futures==1.0.0
requests-futures==1.0.1
toml==0.10.2
windows-curses; sys_platform == "win32"
xmltodict
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import setuptools

# Package version number (Updated via bump2version tool)
__version__ = "0.0.86"
__version__ = "0.1.0"

def check_py_version():
"""Check the python version"""
Expand Down
2 changes: 1 addition & 1 deletion yojenkins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__title__ = 'yojenkins'
__summary__ = "A CLI tool to interface with Jenkins server"
__version__ = "0.0.86"
__version__ = "0.1.0"
__author__ = "Ismet Handzic"
__copyright__ = "Copyright 2022 %s" % __author__

0 comments on commit 6f6a6fc

Please sign in to comment.