Skip to content

Commit

Permalink
Update version and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc55 committed Jan 16, 2022
1 parent 57fe4a3 commit b6de25c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 3.0.8
- Fix: #22 Linting: E231,E303,E302,E221,E211,E303,E713,E265,W0612,E203,E231,E111,E222. Thanks @deathbybandaid.

# Version 3.0.7
- Fix: #21 Stop using "distutils" as it is deprecated. Thanks @Berserkir-Wolf.
- Update: Update documentation.
Expand Down
2 changes: 1 addition & 1 deletion ombi_sqlite2mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__copyright__ = "Copyright © 2021, Javier Pastor"
__credits__ = "Javier Pastor"
__license__ = "GPL"
__version__ = "3.0.7"
__version__ = "3.0.8"
__maintainer__ = 'Javier Pastor'
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion ombi_sqlite2mysql_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__copyright__ = "Copyright © 2021, Javier Pastor"
__credits__ = "Javier Pastor"
__license__ = "GPL"
__version__ = "1.0.1"
__version__ = "1.0.2"
__maintainer__ = 'Javier Pastor'
__email__ = "[email protected]"
__status__ = "Development"
Expand Down

0 comments on commit b6de25c

Please sign in to comment.