Preparing for new release.
This commit is contained in:
parent
324d3ef007
commit
6a0bf49610
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
@ -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)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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.',
|
||||
|
|
Loading…
Reference in New Issue