From 9f8a5b3d0deea68fa404183d6634a4fca0817166 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Thu, 19 Aug 2021 12:48:02 +0530 Subject: [PATCH] updated CHANGELOG and version Ready for merge --- CHANGELOG.md | 14 ++------------ naxalnet/__init__.py | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74bbfa4..40bc931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,18 @@ # Changelog -## [Unreleased][] - 2021-08-14 - -### Added +## [Unreleased][] - 2021-08-19 - Support for arguments - Configuration file support with fallback values - Made messages more readable - Improved documentation in docstrings - -### Changed - - Changed default name of mesh network. **This will make naxalnet - incompatible with previous versions.** + incompatible with nodes running previous versions.** - New versioning scheme that conforms to PEP 440 ## [v0.2.0][] - 2021-07-26 -### Added - - rfkill support - -### Changed - - rewrite into python module ## [v0.1.0][] - 2021-06-19 diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 0fcb1a1..f5c8400 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -36,4 +36,4 @@ See README.md for documentation. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.2.0a3.dev7" +__version__ = "0.2.0a4"