Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sco1 committed Aug 2, 2024
1 parent 55058ce commit 7e0920c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 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.3.0
current_version = 0.4.0
commit = False
allow_dirty = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (`<ma
* Add `pyflysight.log_utils.locate_log_subdir` helper for resolving child log directory from a given top-level directory
* Add `pyflysight.log_utils.iter_log_dirs` helper for iterating through child log directories of a given top-level directory
* #19 Add `pyflysight.config_utils` for config file generation
* Add `pyflysight.flysight_utils` with helper utilities for working with connected FlySight devices
* #19 Add `pyflysight.flysight_utils` with helper utilities for working with connected FlySight devices

## [v0.3.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pyflysight
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyflysight/0.3.0?logo=python&logoColor=FFD43B)](https://pypi.org/project/pyflysight/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyflysight/0.4.0?logo=python&logoColor=FFD43B)](https://pypi.org/project/pyflysight/)
[![PyPI](https://img.shields.io/pypi/v/pyflysight?logo=Python&logoColor=FFD43B)](https://pypi.org/project/pyflysight/)
[![PyPI - License](https://img.shields.io/pypi/l/pyflysight?color=magenta)](https://github.com/sco1/pyflysight/blob/main/LICENSE)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/sco1/pyflysight/main.svg)](https://results.pre-commit.ci/latest/github/sco1/pyflysight/main)
Expand Down
39 changes: 20 additions & 19 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyflysight"
version = "0.3.0"
version = "0.4.0"
description = "Helper library for processing FlySight GPS flight logs."
authors = ["sco1 <[email protected]>"]

Expand Down Expand Up @@ -33,7 +33,7 @@ pyflysight = "pyflysight.cli:pyflysight_cli"
python = "^3.11"
matplotlib-window = "^1.0"
polars = {version = "^1.1", extras = ["timezone"]}
psutil = "^5.9"
psutil = "^6.0"
sco1-misc = "^0.1"
typer-slim = "^0.12"

Expand Down

0 comments on commit 7e0920c

Please sign in to comment.