Skip to content

Commit

Permalink
update version on docs and setup.py. change url for git repo to codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
the4thdoctor committed Jan 20, 2025
1 parent 708c7b8 commit bc8ff99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.0.20'
version = u'2.0'
# The full version, including alpha/beta/rc tags.
release = u'v2.0.20'
release = u'v2.0.21'

# The language for content autgenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ def readme():

setuptools.setup(
name="pg_chameleon",
version="2.0.20",
version="2.0.21",
description="MySQL to PostgreSQL replica and migration",
long_description=readme(),
author = "Federico Campoli",
author_email = "[email protected]",
maintainer = "Federico Campoli",
maintainer_email = "[email protected]",
url="https://github.com/the4thdoctor/pg_chameleon/",
url="https://codeberg.org/the4thdoctor/pg_chameleon",
license="BSD License",
platforms=[
"linux"
Expand Down

0 comments on commit bc8ff99

Please sign in to comment.