Skip to content

Commit

Permalink
Prepare 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Nov 27, 2022
1 parent 4201a20 commit 90c624d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
Changelog
+++++++++

hachoir 3.2.0 (2022-11-27)
==========================

* Fix hachoir-grep command line parsing.
* PYC parser supports Python 3.12.

hachoir 3.1.3 (2022-04-04)
==========================

* The development branch ``master`` was renamed to ``main``.
See https://sfconservancy.org/news/2020/jun/23/gitbranchname/ for the
rationale.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = release = '3.1.4'
version = release = '3.2.0'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion hachoir/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (3, 1, 4)
VERSION = (3, 2, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 90c624d

Please sign in to comment.