We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92df1e commit 83d9421Copy full SHA for 83d9421
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.5.0] - 2022-07-15
8
+### Changed
9
+- Updated pip packages
10
+- Updated theme changer to V2
11
+
12
+### Fixed
13
+- Icon centred in buttons
14
15
## [0.4.0] - 2021-12-31
16
### Added
17
- Add admin export functionality
note_mark/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.4.0"
+__version__ = "0.5.0"
0 commit comments