Skip to content

Commit

Permalink
chore(release): 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Aug 30, 2022
1 parent e759038 commit ad2b42a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [0.3.5](https://github.com/vzhd1701/csv2notion/compare/v0.3.4...v0.3.5) (2022-08-30)

### Features

- add support for status columns ([4477843](https://github.com/vzhd1701/csv2notion/commit/447784318a770acf8eba48d3b7df46687b18b988))

### [0.3.4](https://github.com/vzhd1701/csv2notion/compare/v0.3.3...v0.3.4) (2022-08-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion csv2notion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.4"
__version__ = "0.3.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "csv2notion"
version = "0.3.4"
version = "0.3.5"
description = "Import/Merge CSV files into Notion database"
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit ad2b42a

Please sign in to comment.