File: changelog.md

package info (click to toggle)
virtualenv-clone 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: python: 544; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Changelog

## version 0.5.7

- Added tox.ini to source distributions.

## version 0.5.6

- Added support for Python 3.10.

## version 0.5.5

- Added support for Python 3.9.

## version 0.5.4

- Added support for Python 3.8.

## version 0.5.3

- Fixed a minor bug in the package MANIFEST file.

## version 0.5.2

- Fixed minor Python3 typing issue.

## version 0.5.1

- Fixed incorrect Python __version__ value.

## version 0.5.0

- Added support for Python 3.7.

## version 0.4.0

- Dropped support for EOL Python versions that no longer
  receive any updates from the core CPython team.

## version 0.3.0

- Added support for Python 3.
- Fixed a bug with writing unicode in .pth files incorrectly.
- Fixed support for paths involving symbolic links.