Preparing for new release.

This commit is contained in:
Franco Masotti 2022-01-15 23:23:36 +01:00
parent 324d3ef007
commit 6a0bf49610
Signed by: frnmst
GPG Key ID: 24116ED85666780A
3 changed files with 6 additions and 6 deletions

View File

@ -22,13 +22,13 @@ sys.path.insert(0, os.path.abspath('..'))
# -- Project information -----------------------------------------------------
project = 'fattura-elettronica-reader'
copyright = '2019-2021, Franco Masotti'
copyright = '2019-2022, Franco Masotti'
author = 'Franco Masotti'
# The short X.Y version
version = '2.1.0'
version = '3.0.0'
# The full version, including alpha/beta/rc tags
release = '2.1.0'
release = '3.0.0'
# -- General configuration ---------------------------------------------------

View File

@ -1,7 +1,7 @@
# Maintainer: Franco Masotti <franco dot masotti at live dot com>
# Contributor: Franco Masotti <franco dot masotti at live dot com>
pkgname=python-fattura_elettronica_reader
pkgver=2.1.0
pkgver=3.0.0
pkgrel=1
pkgdesc="A utility that is able to check and extract electronic invoice received from the Sistema di Interscambio"
arch=('any')
@ -13,7 +13,7 @@ depends=('python'
'python-filetype=1.0.9'
'python-appdirs=1.4.4'
'python-requests=2.26.0'
'python-lxml=4.6.4',
'python-lxml=4.6.5',
'python-yaml=5.4.1.1',
'python-fpyutils=2.1.0')
options=(!emptydirs)

View File

@ -24,7 +24,7 @@ from setuptools import find_packages, setup
setup(
name='fattura_elettronica_reader',
version='2.1.0',
version='3.0.0',
packages=find_packages(exclude=['*tests*']),
license='GPL',
description='A utility that is able to check and extract electronic invoice received from the Sistema di Interscambio.',