Skip to content

Commit e8dbe9b

Browse files
committed
bump version to 2.3.5 for release
1 parent 2a50ae8 commit e8dbe9b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
--------------------------------------------------------------------------------
33

4+
2.3.5
5+
................................................................................
6+
7+
* Fix memory leak https://github.com/PDAL/python/pull/74
8+
* Handle metadata with invalid unicode by erroring https://github.com/PDAL/python/pull/74
9+
410
2.3.0
511
................................................................................
612

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,13 @@ PDAL and Python:
154154
.. _`schema`: http://www.pdal.io/dimensions.html
155155
.. _`metadata`: http://www.pdal.io/development/metadata.html
156156

157-
![Build](https://github.com/PDAL/python/workflows/Build/badge.svg)
158-
159157
.. image:: https://github.com/PDAL/python/workflows/Build/badge.svg
160158
:target: https://github.com/PDAL/python/actions?query=workflow%3ABuild
161159

162160
Requirements
163161
================================================================================
164162

165-
* PDAL 2.1+
163+
* PDAL 2.2+
166164
* Python >=3.6
167165
* Cython (eg :code:`pip install cython`)
168166
* Packaging (eg :code:`pip install packaging`)

pdal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__='2.3.4'
1+
__version__='2.3.5'
22

33
from .pipeline import Pipeline
44
from .array import Array

0 commit comments

Comments
 (0)