Skip to content

Releases: btr1975/cookiecutter-python-library

Version 2.0.7

15 Jun 15:56
18ed7a4

Choose a tag to compare

What's Changed

  • Update to UV config in toml, and adding urllib3>=2.7.0 when selecting niquests by @btr1975 in #8

Full Changelog: 2.0.6...2.0.7

Version 2.0.6

25 Apr 22:52
9761968

Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.6

Version 2.0.5

06 Feb 21:04
e3efb73

Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

Version 2.0.4

16 Nov 18:01
7e17f7d

Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

  • Added MyPy

Version 2.0.3

24 Oct 22:37
c30f6bd

Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

When choosing uv as the package manager it will also remove the version.py and you will manage the version of the library from the "uv version" commands.

Version 2.0.2

27 Apr 03:52
f8a03af

Choose a tag to compare

  • Updated readthedocs python to 3.12
  • Added uv github actions for testing
  • Added uv github actions for publishing

Version 2.0.1

27 Apr 02:54

Choose a tag to compare

  • Fixed license, and license-files stanzas in toml

Version 2.0.0

25 Apr 22:09
244867f

Choose a tag to compare

  • First implementaion of a uv package manager option

Version 1.0.17

22 Mar 19:32

Choose a tag to compare

  • Fixed missing bandit in dev reqs in cookie

Version 1.0.16

22 Mar 18:44

Choose a tag to compare

  • Added Bandit