Skip to content

Commit

Permalink
SimpleBLE v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdewald committed Feb 23, 2023
1 parent 6a904e1 commit a70c6e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"

name = "simplersble"
version = "0.6.0-alpha8"
version = "0.6.0"
license = "MIT"
description = "The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects."
readme = "simplersble/README.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_.

[0.6.0] - 2023-XX-XX
[0.6.0] - 2023-02-23
--------------------

**Added**
Expand Down
2 changes: 1 addition & 1 deletion simplepyble/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def is_necessary(name):
# Generate the version string
# TODO: Make the dev portion smarter by looking at tags.
version_str = (root / "VERSION").read_text(encoding="utf-8").strip()
version_str += ".dev5" # ! Ensure it matches the intended release version!
version_str += "" # ! Ensure it matches the intended release version!

# Get the long description from the README file
long_description = (here / "README.rst").read_text(encoding="utf-8")
Expand Down

0 comments on commit a70c6e6

Please sign in to comment.