diff --git a/CHANGELOG.md b/CHANGELOG.md index f650631..474a319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,18 @@ 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). - + +## [v1.0.0](https://github.com/tembo-pages/tembo-core/commits/v1.0.0) - 2021-12-26 + +### Documentation + +- Update license documentation ([fad505](https://github.com/tembo-pages/tembo-core/commit/fad5054c378b304051bf91fc83fe91005bda34cc)) + +### Features + +- Initial commit ([fb7fec](https://github.com/tembo-pages/tembo-core/commit/fb7fec7ea619318b0e0830c0f9260335c0d4e173)) + +### Build + +- Update panaetius to 2.3.2 ([737d24](https://github.com/tembo-pages/tembo-core/commit/737d2487d898195a9592de7856d38c6ce3423a20)) +- Update dependencies to latest versions ([f5cfa0](https://github.com/tembo-pages/tembo-core/commit/f5cfa0201510c3623e2aa7c872fb81579d053558)) diff --git a/requirements.txt b/requirements.txt index cdc06cb..50355a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==8.0.3; python_version >= "3.6" colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0" jinja2==3.0.3; python_version >= "3.6" markupsafe==2.0.1; python_version >= "3.6" -panaetius @ /home/dtomlinson/git-repos/python/panaetius; python_version >= "3.7" and python_version < "4.0" +panaetius==2.3.3; python_version >= "3.7" and python_version < "4.0" pendulum==2.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") python-dateutil==2.8.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" pytzdata==2020.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" diff --git a/requirements_dev.txt b/requirements_dev.txt index c7eec7c..2016d7f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,15 +1,15 @@ altgraph==0.17.2; sys_platform == "darwin" and python_version >= "3.6" ansimarkup==1.5.0; python_version >= "3.6" -astroid==2.8.5; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1" +astroid==2.9.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.2" astunparse==1.6.3; python_full_version >= "3.6.1" and python_version >= "3.6" and python_version < "3.9" atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0" attrs==21.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" bandit==1.7.1; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.5" certifi==2021.10.8; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5" -charset-normalizer==2.0.7; python_full_version >= "3.6.0" and python_version >= "3.5" +charset-normalizer==2.0.9; python_full_version >= "3.6.0" and python_version >= "3.5" click==8.0.3; python_version >= "3.6" -colorama==0.4.4; platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.6.1" and sys_platform == "win32" and python_version < "4.0" -coverage==6.1.2; python_version >= "3.6" +colorama==0.4.4; platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.6.2" and sys_platform == "win32" and python_version < "4.0" +coverage==6.2; python_version >= "3.6" dodgy==0.2.1; python_full_version >= "3.6.1" and python_version < "4.0" dparse==0.5.1; python_version >= "3.5" duty==0.7.0; python_version >= "3.6" @@ -22,21 +22,21 @@ git-changelog==0.5.0; python_full_version >= "3.6.2" gitdb==4.0.9; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.7" gitpython==3.1.24; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.7" idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5" -importlib-metadata==4.8.2; python_version < "3.10" and python_version >= "3.6" +importlib-metadata==4.10.0; python_version < "3.10" and python_version >= "3.7" iniconfig==1.1.1; python_version >= "3.6" isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0" jinja2==3.0.3; python_version >= "3.6" -lazy-object-proxy==1.6.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1" +lazy-object-proxy==1.7.1; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.2" macholib==1.15.2; sys_platform == "darwin" and python_version >= "3.6" markdown==3.3.6; python_version >= "3.7" and python_version < "4.0" markupsafe==2.0.1; python_version >= "3.6" -mccabe==0.6.1; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.6" +mccabe==0.6.1; python_full_version >= "3.6.2" and python_version < "4.0" mergedeep==1.3.4; python_version >= "3.6" mkdocs-autorefs==0.3.0; python_version >= "3.6" and python_version < "4.0" mkdocs-click==0.4.0; python_version >= "3.7" -mkdocs-coverage==0.2.4; python_full_version >= "3.6.1" +mkdocs-coverage==0.2.5; python_full_version >= "3.6.2" mkdocs-gen-files==0.3.3; python_version >= "3.7" and python_version < "4.0" -mkdocs-literate-nav==0.4.0; python_version >= "3.6" and python_version < "4.0" +mkdocs-literate-nav==0.4.1; python_version >= "3.6" and python_version < "4.0" mkdocs-material-extensions==1.0.3; python_version >= "3.6" mkdocs-material==7.3.6 mkdocs==1.2.3; python_version >= "3.6" @@ -44,28 +44,28 @@ mkdocstrings==0.16.2; python_version >= "3.6" mypy-extensions==0.4.3; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.5" mypy==0.910; python_version >= "3.5" packaging==21.3; python_version >= "3.6" -panaetius @ /home/dtomlinson/git-repos/python/panaetius; python_version >= "3.7" and python_version < "4.0" +panaetius==2.3.3; python_version >= "3.7" and python_version < "4.0" pbr==5.8.0; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.6" pefile==2021.9.3; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.0" pendulum==2.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") pep8-naming==0.10.0; python_full_version >= "3.6.1" and python_version < "4.0" pep8==1.7.1; python_full_version >= "3.6.1" and python_version < "4.0" -platformdirs==2.4.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1" +platformdirs==2.4.1; python_full_version >= "3.6.2" and python_version < "4.0" and python_version >= "3.7" pluggy==1.0.0; python_version >= "3.6" -prospector==1.5.1; python_full_version >= "3.6.1" and python_version < "4.0" +prospector==1.5.3.1; python_full_version >= "3.6.1" and python_version < "4.0" ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.6" py==1.11.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" pycodestyle==2.8.0; python_full_version >= "3.6.1" and python_version < "4.0" pydocstyle==6.1.1; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.6" pyflakes==2.3.1; python_full_version >= "3.6.1" and python_version < "4.0" pygments==2.10.0; python_version >= "3.5" -pyinstaller-hooks-contrib==2021.3; python_version >= "3.6" +pyinstaller-hooks-contrib==2021.4; python_version >= "3.6" pyinstaller==4.5.1; python_version >= "3.6" pylint-celery==0.3; python_full_version >= "3.6.1" and python_version < "4.0" pylint-django==2.4.4; python_full_version >= "3.6.1" and python_version < "4.0" pylint-flask==0.6; python_full_version >= "3.6.1" and python_version < "4.0" pylint-plugin-utils==0.6; python_full_version >= "3.6.1" and python_version < "4.0" -pylint==2.11.1; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1" +pylint==2.12.2; python_full_version >= "3.6.2" and python_version < "4.0" pymdown-extensions==9.1; python_version >= "3.6" pyparsing==3.0.6; python_version >= "3.6" pytest-cov==3.0.0; python_version >= "3.6" @@ -87,10 +87,10 @@ six==1.16.0; python_full_version >= "3.6.1" and python_version >= "3.6" and pyth smmap==5.0.0; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.7" snowballstemmer==2.2.0; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.6" stevedore==3.5.0; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.6" -toml==0.10.2; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6") and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5") -tomli==1.2.2; python_version >= "3.6" -typing-extensions==4.0.0; python_full_version >= "3.6.1" and python_version < "3.10" and python_version >= "3.7" +toml==0.10.2; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6") and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5") +tomli==2.0.0; python_version >= "3.7" +typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_version < "3.10" and python_version >= "3.7" urllib3==1.26.7; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.5" watchdog==2.1.6; python_version >= "3.6" -wrapt==1.13.3; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1" -zipp==3.6.0; python_version >= "3.6" +wrapt==1.13.3; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.2" +zipp==3.6.0; python_version >= "3.7" diff --git a/setup.py b/setup.py index 35ca0e1..a1424d7 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ entry_points = \ setup_kwargs = { 'name': 'tembo', - 'version': '0.0.8', + 'version': '1.0.0', 'description': 'A simple folder organiser for your work notes.', 'long_description': '# Tembo\n\n\n\nA simple folder organiser for your work notes.\n\n![](https://img.shields.io/codecov/c/github/tembo-pages/tembo-core?style=flat-square)\n\n![Sonar Coverage](https://img.shields.io/sonar/coverage/tembo-pages_tembo-core?server=https%3A%2F%2Fsonarcloud.io&style=flat-square)\n![Sonar Tests](https://img.shields.io/sonar/tests/tembo-pages_tembo-core?compact_message&failed_label=failed&passed_label=passed&server=https%3A%2F%2Fsonarcloud.io&skipped_label=skipped&style=flat-square)\n![Sonar Tech Debt](https://img.shields.io/sonar/tech_debt/tembo-pages_tembo-core?server=https%3A%2F%2Fsonarcloud.io&style=flat-square)\n\n## config.yml\n\n```yaml\n# time tokens: https://strftime.org\ntembo:\n base_path: ~/tembo\n # template_path: ~/tembo/templates\n scopes:\n - name: scratchpad\n example: tembo new scratchpad\n path: "scratchpad/{d:%B_%Y}"\n filename: "{d:%B_%W}"\n extension: md\n template_filename: scratchpad.md.tpl\n - name: wtodo\n example: tembo new wtodo | directory is month_year, filename is month_week-of-year\n path: "wtodo/{d:%B_%Y}"\n filename: "week_{d:%W}"\n extension: todo\n template_filename: weekly.todo.tpl\n - name: meeting\n example: tembo new meeting $meeting_title\n path: "meetings/{d:%B_%y}"\n filename: "{d:%a_%d_%m_%y}-{input0}"\n extension: md\n template_filename: meeting.md.tpl\n - name: knowledge\n example: tembo new knowledge $project $filename\n path: "knowledge/{input0}"\n filename: "{input1}"\n extension: md\n template_filename: knowledge.md.tpl\n logging:\n level: INFO\n path: ~/tembo/.logs\n```\n\n## templates\n\n###\xa0knowledge\n\n```\n---\ncreated: {d:%d-%m-%Y}\n---\n\n# {input0} - {input1}.md\n```\n\n### meeting\n\n```\n---\ncreated: {d:%d-%m-%Y}\n---\n\n# {d:%A %d %B %Y} - {input0}\n\n## People\n\nHead:\n\nAttendees:\n\n## Actions\n\n\n## Notes\n\n```\n\n### scratchpad\n\n```\n---\ncreated: {d:%d-%m-%Y}\n---\n\n# Scratchpad - Week {d:%W} - {d:%B-%y}\n```\n\n### wtodo\n\n```\n---\ncreated: {d:%d-%m-%Y}\n---\n\nWeekly TODO | Week {d:%W} {d:%B}-{d:%Y}\n\nWork:\n\nDocumentation:\n```\n', 'author': 'dtomlinson', diff --git a/tembo/_version.py b/tembo/_version.py index 7c2d128..5f9e259 100644 --- a/tembo/_version.py +++ b/tembo/_version.py @@ -1,3 +1,3 @@ """Module containing the version of tembo.""" -__version__ = "0.0.8" +__version__ = "1.0.0"