Skip to content

Commit

Permalink
Merge pull request #97 from willtheorangeguy/v1.7.0
Browse files Browse the repository at this point in the history
Bump to next version
  • Loading branch information
willtheorangeguy authored Dec 4, 2023
2 parents 77536ac + a04ca6c commit a53b4a1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.7.0](https://github.com/willtheorangeguy/Running-Calculator/releases/tag/v1.7.0)

### Added

- PyTest unit tests.

### Changed

- New functions for calculation and display of run distance.

## [v1.6.0](https://github.com/willtheorangeguy/Running-Calculator/releases/tag/v1.6.0)

### Changed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Feet 0.38m
Kilometers 1000m
Meters 1m
license View the license file.
exit Exit the program.
quit Exit the program.
```

Expand Down
4 changes: 3 additions & 1 deletion docs/UNITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Feet 0.38m
Kilometers 1000m
Meters 1m
license View the license file.
exit Exit the program.
quit Exit the program.
```

Expand Down Expand Up @@ -53,9 +54,10 @@ Miles 1069.3m
Feet 0.38m
Kilometers 1000m
Meters 1m
exit Exit the program.
quit Exit the program.
```

## `quit`
## `exit` or `quit`

Exits the program. Useful for when calculations are completed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "Running-Calculator"
version = "1.6.0"
version = "1.7.0"
authors = [
{ name="willtheorangeguy" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = running-calculator
version = 1.6.0
version = 1.7.0

[options.entry_points]
console_scripts =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():

setup(
name="running-calculator",
version="1.6.0",
version="1.7.0",
description=(
"A running distance and speed command line interface."
" Measures in metric and imperial units,"
Expand Down

0 comments on commit a53b4a1

Please sign in to comment.