Preparing for new release.
This commit is contained in:
parent
cf1798b949
commit
99a07626c6
|
@ -26,9 +26,9 @@ copyright = '2019-2022, Franco Masotti'
|
|||
author = 'Franco Masotti'
|
||||
|
||||
# The short X.Y version
|
||||
version = '3.0.1'
|
||||
version = '3.0.2'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '3.0.1'
|
||||
release = '3.0.2'
|
||||
|
||||
|
||||
# -- 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=3.0.1
|
||||
pkgver=3.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="A utility that is able to check and extract electronic invoice received from the Sistema di Interscambio"
|
||||
arch=('any')
|
||||
|
@ -13,8 +13,8 @@ depends=('python'
|
|||
'python-filetype=1.0.10'
|
||||
'python-appdirs=1.4.4'
|
||||
'python-requests=2.27.1'
|
||||
'python-lxml=4.7.1'
|
||||
'python-yaml=5.4.1.1'
|
||||
'python-lxml=4.8.0'
|
||||
'python-yaml=6.0'
|
||||
'python-fpyutils=2.1.0')
|
||||
options=(!emptydirs)
|
||||
source=("https://blog.franco.net.eu.org/software/fattura-elettronica-reader-${pkgver}/fattura-elettronica-reader-${pkgver}.tar.gz.sig" "https://blog.franco.net.eu.org/software/fattura-elettronica-reader-${pkgver}/fattura-elettronica-reader-${pkgver}.tar.gz")
|
||||
|
|
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|||
|
||||
setup(
|
||||
name='fattura_elettronica_reader',
|
||||
version='3.0.1',
|
||||
version='3.0.2',
|
||||
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