Skip to content

Commit 7582494

Browse files
committed
Mint 1.0.1.
1 parent b1ea8a7 commit 7582494

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
CHANGES
33
=======
44

5-
----------
6-
1.0.1.dev1
7-
----------
5+
-----
6+
1.0.1
7+
-----
88

99
* Allow PEXBuilder to optionally copy files into the PEX environment instead of hard-linking them.
1010

pex/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

4-
__version__ = '1.0.1.dev1'
4+
__version__ = '1.0.1'
55

66
SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<16'
77
WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.25.0'

0 commit comments

Comments
 (0)