From 1c2535bb629c73acf14a17965bc0df2bd49a4e89 Mon Sep 17 00:00:00 2001 From: Chronophylos Date: Mon, 22 Mar 2021 13:42:29 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 5 ++++- __init__.py | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 651d405..b91d55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2021-03-22 + ### Added - Export `socket`, `ssl`, `requests`, `semver` and `ujson` @@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial Release -[Unreleased]: https://github.com/RLNT/bl2_eridium/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/RLNT/bl2_eridium/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/RLNT/bl2_eridium/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/RLNT/bl2_eridium/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/RLNT/bl2_eridium/releases/tag/v0.1.0 \ No newline at end of file diff --git a/__init__.py b/__init__.py index 922cc71..7ee9b49 100644 --- a/__init__.py +++ b/__init__.py @@ -52,6 +52,7 @@ "socket", "ssl", ] +__version__ = "0.3.0" def log(mod: SDKMod, *args: Any) -> None: @@ -85,7 +86,7 @@ class EridiumLib(SDKMod): Name = "EridiumLib" Author = "Chronophylos" Description = "A library with common functionality of all our mods" - Version = "0.2.0" + Version = __version__ Types = ModTypes.Library SaveEnabledState = EnabledSaveType.LoadWithSettings