Skip to content

Commit

Permalink
Prepare release 3.2.3
Browse files Browse the repository at this point in the history
This ensures the Amazon Ion library is pinned to a version which still
has the `Enum` type.

To keep up with Amazon Ion, we'll likely have to do a major or minor
version bump.
  • Loading branch information
battesonb committed May 24, 2023
1 parent f795a3e commit 21a55c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Release 3.2.3

This release pins the Amazon Ion library to a compatible version.

#### Bug Fixes:
* Pinned the version of amazon.ion to 0.9.3, as later versions are incompatible with this driver.

### Release 3.2.2

This release is to update ionhash Python package from 1.2.0 to 1.2.1.
Expand Down
2 changes: 1 addition & 1 deletion pyqldb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
# and limitations under the License.

__version__ = '3.2.2'
__version__ = '3.2.3'

0 comments on commit 21a55c5

Please sign in to comment.