You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed an issue in search and replace (#61)
* Add test about None filename issue in search and replace
* Fixed an issue in search and replace
* Fixed issue in DXDocumentGenerationHelperView.check_permission
* Next version will be 4.0
* Libreoffice docker image from harbor (#63)
Signed-off-by: Alexandre Nuttinck <alexandre.nuttinck@imio.be>
* Replaced `six.u()` by safe_unicode() to handle unicode strings
* Added plone 6.1 gha
* Changed imio.helpers branch to plone61
* Removed plone 6.1 from test coverage step (keeping plone 6.1)
* Changed python version from 3.13 to 3.12
* Changed python version from 3.12 to 3.13
* Fixed tests for plone 6
---------
Signed-off-by: Alexandre Nuttinck <alexandre.nuttinck@imio.be>
Co-authored-by: Antoine Duchêne <antoine.duchene@imio.be>
Co-authored-by: Gauthier Bastien <gauthier.bastien@imio.be>
Co-authored-by: Alexandre Nuttinck <alexandre.nuttinck@imio.be>
Co-authored-by: Stephan Geulette <s.geulette@imio.be>
Copy file name to clipboardExpand all lines: setup.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
setup(
13
13
name='collective.documentgenerator',
14
-
version='3.44.dev0',
14
+
version='4.0.dev0',
15
15
description="Desktop document generation (.odt, .pdf, .doc, ...) based on appy framework (https://appyframe.work/tool/public) and OpenOffice/LibreOffice",
16
16
long_description=long_description,
17
17
# Get more from https://pypi.org/pypi?%3Aaction=list_classifiers
@@ -22,10 +22,14 @@
22
22
"Framework :: Plone :: 4.3",
23
23
"Framework :: Plone :: 5.0",
24
24
"Framework :: Plone :: 5.1",
25
+
"Framework :: Plone :: 6.0",
26
+
"Framework :: Plone :: 6.1",
25
27
"Framework :: Plone :: Addon",
26
28
"License :: OSI Approved :: GNU General Public License (GPL)",
27
29
"Programming Language :: Python",
28
30
"Programming Language :: Python :: 2.7",
31
+
"Programming Language :: Python :: 3.10",
32
+
"Programming Language :: Python :: 3.13",
29
33
],
30
34
keywords='plone document generation generator odt word pdf libreoffice template',
0 commit comments