Skip to content

Commit 38361da

Browse files
committed
v0.5.0 — Better Windows support
- Support Python 3.8 and 3.9 - Drop support for Python 2.7, 3.4, and 3.5 - Support `move_first` on Windows - Get tests to pass on Windows - Use [`jaraco.windows`](https://github.com/jaraco/jaraco.windows) to handle symlinks on Windows on versions of Python prior to 3.8
1 parent 863c2cc commit 38361da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.5.0 (in development)
2-
----------------------
1+
v0.5.0 (2021-02-20)
2+
-------------------
33
- Support Python 3.8 and 3.9
44
- Drop support for Python 2.7, 3.4, and 3.5
55
- Support `move_first` on Windows

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2018 John Thorvald Wodder II
3+
Copyright (c) 2016-2021 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/in_place.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Visit <https://github.com/jwodder/inplace> for more information.
1010
"""
1111

12-
__version__ = '0.5.0.dev1'
12+
__version__ = '0.5.0'
1313
__author__ = 'John Thorvald Wodder II'
1414
__author_email__ = 'inplace@varonathe.org'
1515
__license__ = 'MIT'

0 commit comments

Comments
 (0)