bumping to v3.6

This commit is contained in:
Adolfo Gómez García 2022-07-05 15:20:44 +02:00
parent 072a722b09
commit cdbc8d7ba1
2 changed files with 5 additions and 7 deletions

View File

@ -29,13 +29,11 @@
''' '''
@author: Adolfo Gómez, dkmaster at dkmon dot com @author: Adolfo Gómez, dkmaster at dkmon dot com
''' '''
from __future__ import unicode_literals VERSION = '3.6.0'
VERSION = '3.5.0'
__title__ = 'udclient' __title__ = 'udclient'
__version__ = VERSION __version__ = VERSION
__build__ = 0x010760 __build__ = 0x010712
__author__ = 'Adolfo Gómez' __author__ = 'Adolfo Gómez <dkmaster@dkmon.com>'
__license__ = "BSD 3-clause" __license__ = "BSD 3-clause"
__copyright__ = "Copyright 2014-2017 VirtualCable S.L.U." __copyright__ = "Copyright 2014-2022 VirtualCable S.L.U."

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (c) 2021 Virtual Cable S.L.U. # Copyright (c) 2022 Virtual Cable S.L.U.
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without modification, # Redistribution and use in source and binary forms, with or without modification,