Skip to content

Commit

Permalink
Merge pull request #22 from ONLYOFFICE/hotfix/packaging-fix
Browse files Browse the repository at this point in the history
Release/v2.1.1
  • Loading branch information
LinneyS authored Feb 1, 2022
2 parents 9b63040 + 0e0b4ba commit 819707b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.1.1
## Fixed
- issue with packaging

## 2.1.0
## Added
- support docxf and oform formats
Expand Down
7 changes: 6 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ recursive-include src *.py
recursive-include src *.sh
recursive-include src *.txt
recursive-include src *.xml
recursive-include src *.zcml
recursive-include src *.zcml

recursive-include src *.docx
recursive-include src *.docxf
recursive-include src *.pptx
recursive-include src *.xlsx
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='onlyoffice.connector',
version='2.1.0',
version='2.1.1',
description="Plone ONLYOFFICE integration plugin",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/onlyoffice/connector/profiles/default/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<version>2100</version>
<version>2110</version>
<dependencies>
<!--<dependency>profile-plone.app.dexterity:default</dependency>-->
</dependencies>
Expand Down

0 comments on commit 819707b

Please sign in to comment.