Skip to content

Commit

Permalink
update changelog and bump version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrunet authored Apr 21, 2023
1 parent 2438336 commit 7bfcf82
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
poppler-version: [poppler-0.26.0, poppler-22.04.0, poppler-23.03.0] #, master]
poppler-version: [poppler-0.26.0, poppler-22.04.0, poppler-23.04.0] #, master]
steps:
- name: Install dependencies
run: sudo apt-get install libopenjp2-7-dev libboost-dev
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
os: [ubuntu-22.04]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
poppler-version: [poppler-0.26.0, poppler-22.04.0, poppler-23.03.0] #, master]
poppler-version: [poppler-0.26.0, poppler-22.04.0, poppler-23.04.0] #, master]
include:
- python-version: '3.8'
poppler-version: system
Expand Down
9 changes: 8 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
Changelog
=========

0.4.0 (2023-04-21)
0.4.1 (2023-04-21)
------------------

- Fix non-pure build for meson-python (:issue:`74` / :pr:`75`)
- Fix build on Mac OS (:issue:`76` / :pr:`77`)
- Tested with Python 3.11 and Poppler 23.04.0

0.4.0 (2023-03-21)
------------------

- Minimal supported Python version is now 3.7
Expand Down
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project(
'python-poppler',
'cpp',
version: '0.4.0',
version: '0.4.1',
license: 'GNU General Public License v2 (GPLv2)',
# license_files: 'LICENSE.txt',
meson_version: '>=1.0.0',
license_files: 'LICENSE.txt',
meson_version: '>=1.1.0',
default_options : ['cpp_std=c++11']
)

Expand Down

0 comments on commit 7bfcf82

Please sign in to comment.