Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Revert bumping version
  • Loading branch information
junkmd committed Aug 4, 2024
1 parent bec402f commit f82d379
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Comtypes CHANGELOG
==================

Release 1.4.6
--------------
* Fix Annoying SyntaxWarning. By @v01d-gh.

Release 1.4.5
--------------
* Split ``__init__.py`` into some modules. By @junkmd.
Expand Down
2 changes: 1 addition & 1 deletion comtypes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# comtypes version numbers follow semver (http://semver.org/) and PEP 440
__version__ = "1.4.6"
__version__ = "1.4.5"

try:
from _ctypes import COMError # noqa
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.6'
release = '1.4.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit f82d379

Please sign in to comment.