Skip to content

Commit

Permalink
Update readme with work tracking system option
Browse files Browse the repository at this point in the history
  • Loading branch information
huserben committed Jun 15, 2024
1 parent d8c5225 commit 1a52040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ There are general settings, Jira and Azure DevOps specific settings, configurati

| Name | Description | Sample Value |
|------------------------|--------------------------------------|--------------------|
| workTrackingSystem | Which Work Tracking System to use. | Either "Jira" or "Azure DevOps" |
| ChartsFolder | Folder path for the folder where the charts should be saved. Can be relative to the script location (like the default) or a full path to a folder. Folder does not need to exist, it will be created as part of the script. | Charts |
| ShowPlots | If set to true, the script will stop and show you an interactive version of the chart before continuing. | false |

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='flowpulse',
version='0.9.3',
version='1.0.0',
packages=find_packages(),
include_package_data=True,
package_data={
Expand Down

0 comments on commit 1a52040

Please sign in to comment.