Skip to content

Releases: zillionare/python-project-wizard

Release v1.3.5

09 Sep 10:28
Compare
Choose a tag to compare
fixed #33,#34,#41 and etc

Release v1.3.2

26 Aug 15:43
Compare
Choose a tag to compare
  • no changes

Release v1.3.1

17 Aug 07:20
Compare
Choose a tag to compare
  • no changes

Release v1.3

17 Aug 03:24
Compare
Choose a tag to compare
  • no changes

Release v1.2

11 Aug 12:58
Compare
Choose a tag to compare
  • no changes

v1.1.1

22 Apr 05:11
Compare
Choose a tag to compare

Changelog

v1.1.1 (2022-04-22)

Closed issues:

  • Unittest support #5
  • Fix Links In CONTRIBUTING.md #4
  • mkdocs colour toggle option #3

Merged pull requests:

  • fix bugs, typos, docs, bump ver, add night mode #6

v1.0.1 (2021-04-22)

2021-04-22-05 (2021-04-22)

2021-04-22-04 (2021-04-22)

Closed issues:

  • Changelog generator failed #1

v1.0.0 (2021-04-20)

v1.0.0.a3 (2021-04-20)

v1.0.0.a2 (2021-04-20)

v1.0.0.a1 (2021-04-20)

v1.0.0.a0 (2021-04-20)

0.3 (2021-04-10)

0.3.0 (2021-04-10)

* This Changelog was automatically generated by github_changelog_generator

v1.0.1

22 Apr 10:59
Compare
Choose a tag to compare

Features:

This tool will create Python project with the following features:

  • [Poetry]: Manage version, dependancy, build and release
  • [Mkdocs]: Writting your docs in markdown style
  • Testing with [Pytest] (unittest is still supported out of the box)
  • Code coverage report and endorsed by [Codecov]
  • [Tox]: Test your code against environment matrix, lint and artifact check.
  • Format with [Black] and [Isort]
  • Lint code with [Flake8] and [Flake8-docstrings]
  • [Pre-commit hooks]: Formatting/linting anytime when commit/run local tox/CI
  • [Mkdocstrings]: Auto API doc generation
  • Command line interface using [Python Fire] (optional)
  • Continuouse Integration/Deployment by [github actions], includes:
    • publish dev build/official release to TestPyPI/PyPI automatically when CI success
    • publish documents automatically when CI success
    • extract change log from github and integrate with release notes automatically
  • Host your documentation from [Git Pages] with zero-config

v1.0.0.a3

20 Apr 03:42
Compare
Choose a tag to compare

Changelog

v1.0.0.a3 (2021-04-20)

0.1.0 (2021-04-20)

v1.0.0.a2 (2021-04-20)

v1.0.0.a1 (2021-04-20)

v1.0.0.a0 (2021-04-20)

0.3 (2021-04-10)

0.3.0 (2021-04-10)

* This Changelog was automatically generated by github_changelog_generator

v1.0.0.a2

20 Apr 01:37
Compare
Choose a tag to compare

Changelog

v1.0.0.a2 (2021-04-20)

v1.0.0.a1 (2021-04-20)

v1.0.0.a0 (2021-04-20)

0.3 (2021-04-10)

0.3.0 (2021-04-10)

* This Changelog was automatically generated by github_changelog_generator

v1.0.0

20 Apr 04:17
Compare
Choose a tag to compare

This tool will create Python project with the following features:

Poetry: Manage version, dependancy, build and release
Mkdocs: Writting your docs in markdown style
Testing with Pytest (unittest is still supported out of the box)
Code coverage report and endorsed by Codecov
Tox: Test your code against environment matrix, lint and artifact check.
Format with Black and Isort
Lint code with Flake8 and Flake8-docstrings
Pre-commit hooks: Formatting/linting anytime when commit/run local tox/CI
Mkdocstrings: Auto API doc generation
Command line interface using Python Fire (optional)
Continuouse Integration/Deployment by github actions, includes:
    publish dev build/official release to TestPyPI/PyPI automatically when CI success
    publish documents automatically when CI success
    extract change log from github and integrate with release notes automatically
Host your documentation from Git Pages with zero-config