Skip to content

Commit

Permalink
Update versions for v0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdewald committed Sep 25, 2022
1 parent c46624a commit f813387
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you want to use SimpleBLE and need help. **Please do not hesitate to reach ou

* Visit our `ReadTheDocs`_ page.
* Join our `Discord`_ server.
* Contact me: ``kevin at dewald dot me``
* Contact me: ``kevin at dewald dot me`` (Dedicated consulting services available)

Are you using SimpleBLE on your own project and would like to see it featured here?
Reach out and I'll add a link to it below!
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.5.0] - 2022-XX-XX
[0.5.0] - 2022-09-25
--------------------

**Important:**
Expand Down
1 change: 1 addition & 0 deletions docs/extras.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ performed:
#. Review/update the version number in the following files:

- ``VERSION``
- ``docs/changelog.rst``
- ``simplepyble/setup.py``

#. Commit the changes to the repository.
Expand Down
13 changes: 12 additions & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to use SimpleBLE and need help. **Please do not hesitate to reach ou

* Visit our `ReadTheDocs`_ page.
* Join our `Discord`_ server.
* Contact me: ``kevin at dewald dot me``
* Contact me: ``kevin at dewald dot me`` (Dedicated consulting services available)

Are you using SimpleBLE on your own project and would like to see it featured here?
Reach out and I'll add a link to it below!
Expand All @@ -32,6 +32,13 @@ Windows Linux MacOS iOS
Windows 10+ Ubuntu 20.04+ 10.15+ (except 12.0, 12.1 and 12.2) 15.0+
=========== ============= =================================== =====

Projects using SimpleBLE
------------------------
Don't forget to check out the following projects using SimpleBLE:

* `GDSimpleBLE`_
* `BrainFlow`_

Contributing
------------
Pull requests are welcome. For major changes, please open an issue first to discuss
Expand All @@ -55,3 +62,7 @@ external creators, are licensed under the terms of the `MIT Licence`_.

.. _ReadTheDocs: https://simpleble.readthedocs.io/en/latest/

.. Other projects using SimpleBLE
.. _GDSimpleBLE: https://github.com/jferdelyi/GDSimpleBLE
.. _BrainFlow: https://github.com/brainflow-dev/brainflow
2 changes: 1 addition & 1 deletion simplepyble/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 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 += ".dev0" # ! Ensure it matches the intended release version!
# version_str += ".dev0" # ! 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 f813387

Please sign in to comment.