Skip to content

Commit

Permalink
Preparing release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 5, 2023
1 parent 3a9a252 commit dde4132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changes
=========

4.3.0 (unreleased)
4.3.0 (2023-05-05)
==================

- Add support for Python 3.10 and 3.11.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import codecs
from setuptools import setup, find_packages

version = '4.2.2.dev0'
version = '4.3.0'

entry_points = {
'console_scripts': [
Expand Down

0 comments on commit dde4132

Please sign in to comment.