Skip to content

Commit 83d9421

Browse files
committed
incr version & update changelog
1 parent b92df1e commit 83d9421

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
715
## [0.4.0] - 2021-12-31
816
### Added
917
- Add admin export functionality

note_mark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)