diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd1708ed..4a4aa775 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,6 @@ changelog ************************* -2.0.19 - XX March 2023 +2.0.19 - 25 March 2023 .......................................................... * Merge pull request #144, mysql-replication support for PyMySQL>0.10.0 was introduced in v0.22 * add support for fillfactor when running init_replica diff --git a/docs/conf.py b/docs/conf.py index 83c5f574..66aeaa93 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/configuration_file.rst b/docs/configuration_file.rst index 1fe62197..9484d66b 100644 --- a/docs/configuration_file.rst +++ b/docs/configuration_file.rst @@ -210,5 +210,4 @@ If the table appears multiple times, then only the last matched value will be ap .. literalinclude:: ../pg_chameleon/configuration/config-example.yml :language: yaml :lines: 101-107 - :emphasize-lines: 7,16,25,27 :linenos: \ No newline at end of file diff --git a/setup.py b/setup.py index 2ae54cf0..b5424dc2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name="pg_chameleon", - version="2.0.18", + version="2.0.19", description="MySQL to PostgreSQL replica and migration", long_description=readme(), author = "Federico Campoli",