Skip to content

Commit

Permalink
Merge pull request #625 from julien-duponchelle/release-0.46
Browse files Browse the repository at this point in the history
release 0.46
  • Loading branch information
sean-k1 authored Oct 25, 2024
2 parents 6b51b98 + 512e80f commit 1504874
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,7 @@
* Fix Json object, Array parse Error

0.45.1 05/10/2023
* add util module
* add util module

0.46 10/10/2024
* Fixing an issue of initializing table map when fake rotate event catching for Mysql versions 5.5, 5.6, 5.7
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.45.1'
version = '0.46'
# The full version, including alpha/beta/rc tags.
release = '0.45.1'
release = '0.46'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run(self):
unittest.main(tests, argv=sys.argv[:1])


version = "0.45.1"
version = "0.46"

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
Expand Down

0 comments on commit 1504874

Please sign in to comment.