From a5ba99ca2a9893ecf8f6cec5b96d044ebd3cce79 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Fri, 22 Oct 2021 13:28:16 +0530 Subject: [PATCH] Version 0.5.1 Fixed issue #21 --- CHANGELOG.md | 6 ++++-- naxalnet/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab9526..2e11c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## [Unreleased][] - 2021-10-22 +## [v0.5.1][] - 2021-10-22 - Fixed stopping at boot when GNOME starts location service (#21) +- Changes in directory structure ## [v0.5.0][] - 2021-10-10 @@ -46,7 +47,8 @@ used to do. The shell script was not given a version. - Closed #1 and #3 -[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.0...HEAD +[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.1...HEAD +[v0.5.1]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.0...v0.5.1 [v0.5.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.4.0...v0.5.0 [v0.4.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.3.0...v0.4.0 [v0.3.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.2.0...v0.3.0 diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 2cce3c2..69ce491 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -42,4 +42,4 @@ given below. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.5.0a2" +__version__ = "0.5.1"