@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.0.1 ]
99
1010Started this template by forking [ pypa/sampleproject] and converting it to a copier template.
1111
@@ -15,12 +15,11 @@ An example project (comparable to [pypa/sampleproject]) can be found at [jannism
1515
1616- CHANGELOG proposal from [ jimustafa] ( https://github.com/jimustafa ) in [ !185] ( https://github.com/pypa/sampleproject/pull/185 )
1717- added ` __main__ ` and ` cli ` modules (based on discussion of [ !67] ( https://github.com/pypa/sampleproject/pull/67 ) )
18- - the project script can now be executed additionally via ` python -m sample `
19- - Tooling
18+ - Refactored into copier template
2019 - add option to use ` bumpversion `
2120 - add option to use ` pre-commit `
22- - add option to choose between MkDocs and Sphinx documentation
23- - ` remote ` option ('github' (default), 'gitlab-fhg', 'gitlab-iis')
21+ - add option to choose between documentation tools: ` MkDocs ` or ` Sphinx `
22+ - add ` remote ` option ('github' (default), 'gitlab-fhg', 'gitlab-iis')
2423 - if ` gitlab-* ` is selected, Gitlab CI configuration is added
2524 - if ` github ` is selected, GitHub actions are added
2625 - add Gitlab CI configuration to
@@ -31,7 +30,11 @@ An example project (comparable to [pypa/sampleproject]) can be found at [jannism
3130 - generate documentation and publish via [ Gitlab Pages] ( https://docs.gitlab.com/ee/user/project/pages/ )
3231 - add Github Actions configuration to
3332 - generate documentation and publish via [ Github Pages] ( https://pages.github.com/ )
34- - default branch option (default: main)
33+ - add default branch option (default: ` main ` )
34+ - Documentation
35+ - add user, reference and developer guides
36+ - ` init_python_project ` Package
37+ - contains template + ` init-python-project ` command line interface
3538
3639### Changed
3740
@@ -44,7 +47,7 @@ An example project (comparable to [pypa/sampleproject]) can be found at [jannism
4447
4548<!-- [unreleased]: https://github.com/jannismain/python-project-template/compare/v0.0.2...HEAD -->
4649<!-- [0.0.2]: https://github.com/jannismain/python-project-template/compare/v0.0.1...v0.0.2 -->
47- <!-- [0.0.1]: https://github.com/jannismain/python-project-template/releases/tag/v0.0.1 -->
50+ [ 0.0.1 ] : https://github.com/jannismain/python-project-template/releases/tag/v0.0.1
4851
4952[ pypa/sampleproject ] : https://github.com/pypa/sampleproject
5053[ jannismain/python-project-template-example ] : https://github.com/jannismain/python-project-template-example
0 commit comments