Skip to content

Commit

Permalink
Merge pull request #13 from jowilf/release/0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
jowilf authored Sep 13, 2022
2 parents 29e1a01 + c015976 commit f7f59f1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2022-09-14

---

### Added

* Date & Time input now use Flatpickr by @jowilf in https://github.com/jowilf/starlette-admin/pull/10

**Full Changelog**: https://github.com/jowilf/starlette-admin/compare/0.1.1...0.2.0


## [0.1.1] - 2022-09-09

---
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2022-09-14

---

### Added

* Date & Time input now use Flatpickr in [#10](https://github.com/jowilf/starlette-admin/pull/10)


## [0.1.1] - 2022-09-09

---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlette-admin"
version = "0.1.1"
version = "0.2.0"
description = "Simple and extensible admin interface framework for Starlette/FastApi"
authors = ["Jocelin Hounon <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion starlette_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.2.0"

from starlette_admin.base import BaseAdmin
from starlette_admin.fields import *
Expand Down

0 comments on commit f7f59f1

Please sign in to comment.