Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and github-actions committed Dec 28, 2021
1 parent 4aa77d8 commit 3fcc89b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@


<!--next-version-placeholder-->

## v0.0.1 (2021-12-28)
### Fix
* Uploading to PyPI. Enable upload_to_release. Add placeholder in the CHANGELOG. ([`4aa77d8`](https://github.com/e-alizadeh/Zotero2MD/commit/4aa77d882aabfd3ce60ff59d5d8d31cfa8705247))
* Pass PYPI_TOKEN as an env variable to the package building step. ([`63c9e4d`](https://github.com/e-alizadeh/Zotero2MD/commit/63c9e4ddba5682711cfca2dc8099b63e6cb145d6))
* Ci publish and semantic versioning ([`bc4e2c2`](https://github.com/e-alizadeh/Zotero2MD/commit/bc4e2c2eccd9b61fabbe533327774db240156f0c))
* Workflow automation ([`7e7ca60`](https://github.com/e-alizadeh/Zotero2MD/commit/7e7ca6044645fb8be310a5564161ad9960f590f0))
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 = "zotero2md"
version = "0.0.0"
version = "0.0.1"
description = "Export Zotero annotations and notes to Markdown files."
readme = "README.md"
authors = ["ealizadeh <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion zotero2md/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from pyzotero.zotero import Zotero

__version__ = "0.0.0"
__version__ = "0.0.1"

ROOT_DIR: Path = Path(__file__).parent
TOP_DIR: Path = ROOT_DIR.parent
Expand Down

0 comments on commit 3fcc89b

Please sign in to comment.