Skip to content

Commit

Permalink
Bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Nov 4, 2020
1 parent 8a99dc0 commit 32b0daa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Config(with_metaclass(Singleton)):
DEFAULT_NGINX_PORT = '80'
DEFAULT_NGINX_HTTPS_PORT = '443'
KOBO_DOCKER_BRANCH = '2.020.45'
KOBO_INSTALL_VERSION = '3.4.0'
KOBO_INSTALL_VERSION = '3.5.0'

def __init__(self):
self.__config = self.read_config()
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
setup(
name='KoBoInstall',
version=Config.KOBO_INSTALL_VERSION,
packages=find_packages(exclude=['tests']), # Include all the python modules except `tests`,
# Include all the python modules except `tests`,
packages=find_packages(exclude=['tests']),
url='https://github.com/kobotoolbox/kobo-install/',
license='',
author='KoBoToolbox',
Expand Down

0 comments on commit 32b0daa

Please sign in to comment.