Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronophylos committed Mar 22, 2021
1 parent 55dd9eb commit 9d9fd10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2021-03-22

### Added

- Log python version
Expand Down Expand Up @@ -47,7 +49,8 @@ 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.3.0...HEAD
[Unreleased]: https://github.com/RLNT/bl2_eridium/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/RLNT/bl2_eridium/compare/v0.3.0...v0.3.1
[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
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"socket",
"ssl",
]
__version__ = "0.3.0"
__version__ = "0.3.1"


def log(mod: SDKMod, *args: Any) -> None:
Expand Down

0 comments on commit 9d9fd10

Please sign in to comment.