Skip to content

Commit 7bfcf82

Browse files
authored
update changelog and bump version (#78)
1 parent 2438336 commit 7bfcf82

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-20.04
1616
strategy:
1717
matrix:
18-
poppler-version: [poppler-0.26.0, poppler-22.04.0, poppler-23.03.0] #, master]
18+
poppler-version: [poppler-0.26.0, poppler-22.04.0, poppler-23.04.0] #, master]
1919
steps:
2020
- name: Install dependencies
2121
run: sudo apt-get install libopenjp2-7-dev libboost-dev
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
os: [ubuntu-22.04]
6363
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
64-
poppler-version: [poppler-0.26.0, poppler-22.04.0, poppler-23.03.0] #, master]
64+
poppler-version: [poppler-0.26.0, poppler-22.04.0, poppler-23.04.0] #, master]
6565
include:
6666
- python-version: '3.8'
6767
poppler-version: system

docs/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
Changelog
44
=========
55

6-
0.4.0 (2023-04-21)
6+
0.4.1 (2023-04-21)
7+
------------------
8+
9+
- Fix non-pure build for meson-python (:issue:`74` / :pr:`75`)
10+
- Fix build on Mac OS (:issue:`76` / :pr:`77`)
11+
- Tested with Python 3.11 and Poppler 23.04.0
12+
13+
0.4.0 (2023-03-21)
714
------------------
815

916
- Minimal supported Python version is now 3.7

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
project(
22
'python-poppler',
33
'cpp',
4-
version: '0.4.0',
4+
version: '0.4.1',
55
license: 'GNU General Public License v2 (GPLv2)',
6-
# license_files: 'LICENSE.txt',
7-
meson_version: '>=1.0.0',
6+
license_files: 'LICENSE.txt',
7+
meson_version: '>=1.1.0',
88
default_options : ['cpp_std=c++11']
99
)
1010

0 commit comments

Comments
 (0)