Skip to content

Commit e49e468

Browse files
Remove black and bump version (#1741)
* Remove black and bump version * Bump version * Update changes.md * Black fix
1 parent 6cb4124 commit e49e468

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

‎cadquery/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__ = version("cadquery")
55
except PackageNotFoundError:
66
# package is not installed
7-
__version__ = "2.5.0"
7+
__version__ = "2.5.1"
88

99
# these items point to the OCC implementation
1010
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location

‎changes.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
2.5.1
5+
-----
6+
7+
Fixing pip package uploading issue.
8+
49
2.5.0
510
------
611

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name="cadquery",
41-
version="2.5.0", # Update this for the next release
41+
version="2.5.1", # Update this for the next release
4242
url="https://.com/CadQuery/cadquery",
4343
license="Apache Public License 2.0",
4444
author="David Cowden",
@@ -55,7 +55,7 @@
5555
"docutils",
5656
"ipython",
5757
"pytest",
58-
"black@git+https://.com/cadquery/black.git@cq",
58+
# "black@git+https://.com/cadquery/black.git@cq",
5959
],
6060
"ipython": ["ipython",],
6161
},

0 commit comments

Comments
 (0)